From a8bee6d7815cf9431cc53522f74bed648087a674 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 3 Sep 2009 19:51:49 +0000 Subject: Missing nil terminator. --- Frameworks/MCPKit/MCPEntrepriseKit/MCPObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit/MCPEntrepriseKit') diff --git a/Frameworks/MCPKit/MCPEntrepriseKit/MCPObject.m b/Frameworks/MCPKit/MCPEntrepriseKit/MCPObject.m index ae5e2f59..16d0695b 100644 --- a/Frameworks/MCPKit/MCPEntrepriseKit/MCPObject.m +++ b/Frameworks/MCPKit/MCPEntrepriseKit/MCPObject.m @@ -290,7 +290,7 @@ If the identityAttributes of the class description is empty, the entry will alwa NSUInteger i; if (! theConnection) { - return [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInteger:MCPDBReturnNoConnection], @"MCPDBReturnCode"]; + return [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInteger:MCPDBReturnNoConnection], @"MCPDBReturnCode", nil]; } if (! [theKeyAttr count]) { // There is no primary key for this object. [theKeys setObject:[NSNumber numberWithInteger:MCPDBReturnNoKey] forKey:@"MCPDBReturnCode"]; -- cgit v1.2.3