aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/deps/PLCrashReport.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/deps/PLCrashReport.m b/src/deps/PLCrashReport.m
index 7d0aff6d0..93c32228a 100644
--- a/src/deps/PLCrashReport.m
+++ b/src/deps/PLCrashReport.m
@@ -46,8 +46,7 @@ bool PLCrashReportStart(const char *version, const char *basePath) {
appMarketingVersion:v
configuration:config];
- crash_folder = basePath_;
- [reporter setValue:crash_folder forKey:@"_crashReportDirectory"];
+ [reporter setValue:basePath_ forKey:@"_crashReportDirectory"];
[reporter setCrashCallbacks:&callbacks];
return [reporter enableCrashReporter];