From ce26c1a8d44743c418e6af461ba970cea3afaaee Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 15 Mar 2011 02:21:09 +0000 Subject: - Fix more compiler warnings - Tweak README --- Source/SPTableStructureDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTableStructureDelegate.m') diff --git a/Source/SPTableStructureDelegate.m b/Source/SPTableStructureDelegate.m index 98cfc440..0cabda4c 100644 --- a/Source/SPTableStructureDelegate.m +++ b/Source/SPTableStructureDelegate.m @@ -323,7 +323,7 @@ } // Any column comments - if ([[originalRow objectForKey:@"comment"] length]) { + if ([(NSString *)[originalRow objectForKey:@"comment"] length]) { [queryString appendFormat:@" COMMENT '%@'", [mySQLConnection prepareString:[originalRow objectForKey:@"comment"]]]; } -- cgit v1.2.3