mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-10 12:16:27 +00:00
Fix symbol converter after PE-only MD refactor.
Change-Id: Ib6d3359f6a8ad7e0d2c2d6a4e92af37bc451db28 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1666353 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
@@ -547,7 +547,7 @@ MSSymbolServerConverter::LocateAndConvertSymbolFile(
|
||||
|
||||
AutoDeleter sym_deleter(*converted_symbol_file);
|
||||
|
||||
bool success = writer.WriteMap(converted_output);
|
||||
bool success = writer.WriteSymbols(converted_output);
|
||||
fclose(converted_output);
|
||||
|
||||
if (!success) {
|
||||
|
||||
Reference in New Issue
Block a user