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:25:12 +0200
commita54230f3211f19290c4d2ac26b3084fc0a0eeab5 (patch)
tree2a98613ea88854ca751e9ad9a6dff45095984e60 /setup_native
parent3425a9777f6d06d4ef1c6d1f0883dc2254dff295 (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 3ac134300a25..f0f89fc1051e 100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -121,7 +121,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;
}