[plcrashreporter] push by landon.j.fuller@gmail.com - Fix type mismatch. on 2013-07-16 17:21 GMT

6 views
Skip to first unread message

codesite...@google.com

unread,
Jul 16, 2013, 1:21:21 PM7/16/13
to plcrashrepo...@googlegroups.com
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;
Reply all
Reply to author
Forward
0 new messages