---
 SQLClient.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SQLClient.m b/SQLClient.m
index 08284c6..4160153 100644
--- a/SQLClient.m
+++ b/SQLClient.m
@@ -1622,7 +1622,7 @@ static unsigned int	maxConnections = 8;
 
 - (NSString*) quoteBigInteger: (int64_t)i
 {
-  return [NSString stringWithFormat: @"%lld", i];
+  return [NSString stringWithFormat: @"%lld", (long long)i];
 }
 
 - (NSString*) quoteCString: (const char *)s
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to