mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 19:55:35 +00:00
Fix my build break due to misnamed constant
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@324 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
a3d4c97336
commit
77d851c356
|
@ -345,7 +345,7 @@ bool Inspector::InspectTask() {
|
||||||
[NSString stringWithFormat:@"%@/%s/%s",
|
[NSString stringWithFormat:@"%@/%s/%s",
|
||||||
applicationSupportDirectory,
|
applicationSupportDirectory,
|
||||||
kDefaultLibrarySubdirectory,
|
kDefaultLibrarySubdirectory,
|
||||||
config_params_.GetValueForKey(GOOGLE_BREAKPAD_PRODUCT)];
|
config_params_.GetValueForKey(BREAKPAD_PRODUCT)];
|
||||||
} else {
|
} else {
|
||||||
minidumpDir = [[NSString stringWithUTF8String:minidumpDirectory]
|
minidumpDir = [[NSString stringWithUTF8String:minidumpDirectory]
|
||||||
stringByExpandingTildeInPath];
|
stringByExpandingTildeInPath];
|
||||||
|
|
Loading…
Reference in a new issue