diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-05-02 12:17:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-05-02 12:17:17 +0000 |
commit | 1bae35c26a1ab5ecae95d89141fd67611fefd36d (patch) | |
tree | 0d93488bd1ee56e443273e7d7a6223f390eafa7d /crashrep/source | |
parent | 9c9b54d70742dbe666e483b9d6e20a0a3257be57 (diff) |
INTEGRATION: CWS hrobeta2 (1.13.12); FILE MERGED
2005/04/28 09:24:21 hro 1.13.12.1: #118794# Repatch soffice.bin before calculating checksum
Diffstat (limited to 'crashrep/source')
-rwxr-xr-x | crashrep/source/win32/soreport.cpp | 6 |
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 ( |