[Libreoffice-commits] .: setup_native/source
Andras Timar
timar at kemper.freedesktop.org
Tue Jul 3 09:25:22 PDT 2012
setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a54230f3211f19290c4d2ac26b3084fc0a0eeab5
Author: Andras Timar <atimar at suse.com>
Date: Tue Jul 3 18:24:01 2012 +0200
typo
Change-Id: I12d875faa6f8206a5b0a37067ca21df124f71e22
diff --git a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index 3ac1343..f0f89fc 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;
}
More information about the Libreoffice-commits
mailing list