Found |
r1704821 |
r1704821 | rhuijben | 2015-09-23 11:35:02 +0000 (Wed, 23 Sep 2015) Fix some x86 vs x64 issues in the Win32 crash report handling. Found by: Visual Studio 2015 * subversion/libsvn_subr/win32_crashrpt.c (FORMAT_PTR): Define integer as pointer sized to properly handle format checks via the "I" prefix. (write_module_info_callback): Properly handle always int64 value. (format_basic_type, format_value): Pass guaranteed right type on x86 and x64.