mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ bool Inspector::InspectTask() {
|
|||
[NSString stringWithFormat:@"%@/%s/%s",
|
||||
applicationSupportDirectory,
|
||||
kDefaultLibrarySubdirectory,
|
||||
config_params_.GetValueForKey(GOOGLE_BREAKPAD_PRODUCT)];
|
||||
config_params_.GetValueForKey(BREAKPAD_PRODUCT)];
|
||||
} else {
|
||||
minidumpDir = [[NSString stringWithUTF8String:minidumpDirectory]
|
||||
stringByExpandingTildeInPath];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue