Revision: 171f08eb79ae
Author: Landon Fuller <
lan...@bikemonkey.org>
Date: Tue Jul 16 10:20:39 2013
Log: Fix type mismatch.
http://code.google.com/p/plcrashreporter/source/detail?r=171f08eb79ae
Modified:
/Source/PLCrashReport.m
=======================================
--- /Source/PLCrashReport.m Mon Jul 15 10:54:07 2013
+++ /Source/PLCrashReport.m Tue Jul 16 10:20:39 2013
@@ -721,7 +721,7 @@
* @param cause The underlying cause, if any. May be nil.
*/
static void populate_nserror (NSError **error, PLCrashReporterError code,
NSString *description) {
- NSMutableDictionary *userInfo;
+ NSDictionary *userInfo;
if (error == NULL)
return;