aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-06-25 03:54:39 +0200
committerMax <post@wickenrode.com>2015-06-25 03:54:39 +0200
commit0bfc0776d1d66f3eb8ac3eb21a8868e095c1c5e6 (patch)
tree724a062ffcc79e54b36f79fbce6e6f7c47f447f0 /Frameworks/SPMySQLFramework
parent95d29af3258ce1b4fa15db6bd1c42ae62c8559f3 (diff)
downloadsequelpro-0bfc0776d1d66f3eb8ac3eb21a8868e095c1c5e6.tar.gz
sequelpro-0bfc0776d1d66f3eb8ac3eb21a8868e095c1c5e6.tar.bz2
sequelpro-0bfc0776d1d66f3eb8ac3eb21a8868e095c1c5e6.zip
There goes old Xcode again... 😩
Diffstat (limited to 'Frameworks/SPMySQLFramework')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLResult.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
index 421f0435..5b14dc20 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
@@ -344,7 +344,7 @@ static id NSNullPointer;
//if even that failed we lose.
NSDictionary *info = @{ @"data": [NSData dataWithBytes:bytes length:length] };
- NSString *reason = [NSString stringWithFormat:@"Failed to convert byte sequence %@ to string (encoding = %lu)",info[@"data"],stringEncoding];
+ NSString *reason = [NSString stringWithFormat:@"Failed to convert byte sequence %@ to string (encoding = %lu)",[info objectForKey:@"data"],stringEncoding];
@throw [NSException exceptionWithName:NSInternalInconsistencyException reason:reason userInfo:info];
}