Wide strings are too wide.

This commit is contained in:
Asher Baker 2016-01-14 13:10:57 +00:00
parent 2c2a65bdd1
commit 16ef76f580

View File

@ -238,7 +238,7 @@ static bool dumpCallback(const wchar_t* dump_path,
sprintf(dumpStoragePath, "%ls\\%ls.txt", dump_path, minidump_id);
FILE *extra = fopen(dumpStoragePath, L"wb");
FILE *extra = fopen(dumpStoragePath, "wb");
if (!extra) {
printf("Failed to open metadata file!\n");
return succeeded;