mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-04 03:52:58 +00:00
Speculative back-out of r883, which may have broken Windows crash reporting.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@891 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -216,7 +216,6 @@ static void _cdecl ShowClientConnected(void* context,
|
||||
|
||||
static void _cdecl ShowClientCrashed(void* context,
|
||||
const ClientInfo* client_info,
|
||||
const CrashGenerationServer::ClientDumpRequestType request_type,
|
||||
const wstring* dump_path) {
|
||||
TCHAR* line = new TCHAR[kMaximumLineLength];
|
||||
line[0] = _T('\0');
|
||||
|
||||
Reference in New Issue
Block a user