summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcrashrep/source/win32/soreport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index 72c41bf14e8f..940eb3bae178 100755
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -2,9 +2,9 @@
*
* $RCSfile: soreport.cpp,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hro $ $Date: 2004-12-13 10:36:55 $
+ * last change: $Author: obo $ $Date: 2005-05-02 13:17:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1584,7 +1584,7 @@ static sal_uInt32 calc_md5_checksum( const char *filename, sal_uInt8 *pChecksum
if ( nBytesRead == nFileSize )
{
- if ( 0 == stricmp( GetFileName(filename).c_str(), "soffice.exe" ) )
+ if ( 0 == stricmp( GetFileName(filename).c_str(), "soffice.bin" ) )
repatch_soffice_exe( pBuffer, nBytesRead );
rtlDigestError error = rtl_digest_MD5 (