mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 12:55:40 +01:00
Revert previous patch, see google-breakpad-dev
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@142 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
fe60ba9789
commit
375931a680
@ -166,7 +166,6 @@ static BOOL StringTailMatches(NSString *str, NSString *tail) {
|
|||||||
char buffer[PATH_MAX];
|
char buffer[PATH_MAX];
|
||||||
snprintf(buffer, sizeof(buffer), "/tmp/dump_syms_filtXXXXX");
|
snprintf(buffer, sizeof(buffer), "/tmp/dump_syms_filtXXXXX");
|
||||||
int fd = mkstemp(buffer);
|
int fd = mkstemp(buffer);
|
||||||
unlink(buffer);
|
|
||||||
char nl = '\n';
|
char nl = '\n';
|
||||||
for (unsigned int i = 0; i < count; ++i) {
|
for (unsigned int i = 0; i < count; ++i) {
|
||||||
const char *symbol = [[symbols objectAtIndex:i] UTF8String];
|
const char *symbol = [[symbols objectAtIndex:i] UTF8String];
|
||||||
|
Loading…
Reference in New Issue
Block a user