summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-07-03 18:24:01 +0200
committerAndras Timar <atimar@suse.com>2012-07-03 18:27:38 +0200
commit14d7acf2d18f43b29a4a41adac25f0c584a0f6dd (patch)
treea4cbca3acebbd25a610180c57a7e3724b6694f57 /setup_native
parent08b4d85e6e04b1ca4ec7f9ea623d795af4a044d4 (diff)
typo
Change-Id: I12d875faa6f8206a5b0a37067ca21df124f71e22
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index 755a581d1d8e..4b9bdabe0cc2 100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -124,7 +124,7 @@ static BOOL CheckExtensionInRegistry( LPCSTR lpSubKey )
{ // We will replace registration for our own types, too
bRet = true;
}
- else if ( strncmp( szBuffer, "lostub.", 8 ) == 0 )
+ else if ( strncmp( szBuffer, "lostub.", 7 ) == 0 )
{ // We will replace registration for ooostub, too
bRet = true;
}