Kaydet (Commit) a54230f3 authored tarafından Andras Timar's avatar Andras Timar

typo

Change-Id: I12d875faa6f8206a5b0a37067ca21df124f71e22
üst 3425a977
...@@ -121,7 +121,7 @@ static BOOL CheckExtensionInRegistry( LPCSTR lpSubKey ) ...@@ -121,7 +121,7 @@ static BOOL CheckExtensionInRegistry( LPCSTR lpSubKey )
{ // We will replace registration for our own types, too { // We will replace registration for our own types, too
bRet = true; bRet = true;
} }
else if ( strncmp( szBuffer, "lostub.", 8 ) == 0 ) else if ( strncmp( szBuffer, "lostub.", 7 ) == 0 )
{ // We will replace registration for ooostub, too { // We will replace registration for ooostub, too
bRet = true; bRet = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment