From 1bae35c26a1ab5ecae95d89141fd67611fefd36d Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 2 May 2005 12:17:17 +0000 Subject: 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 --- crashrep/source/win32/soreport.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crashrep/source') 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 ( -- cgit