summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/prj/build.lst2
-rw-r--r--crashrep/source/win32/soreport.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/crashrep/prj/build.lst b/crashrep/prj/build.lst
index d1a6798aa549..ac6218b793f4 100755
--- a/crashrep/prj/build.lst
+++ b/crashrep/prj/build.lst
@@ -1,4 +1,4 @@
-cr crashrep : l10n sal sysui shell NULL
+cr crashrep : L10N:l10n sal sysui shell NULL
cr crashrep usr1 - all cr_mkout NULL
cr crashrep\source\all nmake - all cr_sresource NULL
cr crashrep\source\unx nmake - u cr_sunx NULL
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index 6d00a3098fd5..e37913e90bf9 100644
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -1846,7 +1846,7 @@ bool WriteChecksumFile( FILE *fchksum, const boost::unordered_map< string, strin
for ( int i = 0; i < sizeof(checksum); fprintf( fchksum, "%02X", checksum[i++] ) );
fprintf( fchksum, "\" bytes=\"%d\" file=\"%s\"/>\n",
nBytesProcessed,
- GetFileName( iter->first ) );
+ GetFileName( iter->first ).c_str() );
}
}