From 0b010d60b2ed412756b872c073cede6b848807b5 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 26 Jul 2011 10:33:42 +0000 Subject: [PATCH] Mac: Finish changes for XCode 4.1 and GCC 4.2 svn path=/trunk/boinc/; revision=23876 --- clientgui/sqlite3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/sqlite3.c b/clientgui/sqlite3.c index 302fee9fd3..8e54d71c64 100644 --- a/clientgui/sqlite3.c +++ b/clientgui/sqlite3.c @@ -56180,7 +56180,7 @@ static i64 doubleToInt64(double r){ static const i64 minInt = (((i64)-1) - (0xffffffff|(((i64)0x7fffffff)<<32))); #else static const i64 maxInt = LARGEST_INT64; - static const i64 minInt = SMALLEST_INT64; */ + static const i64 minInt = SMALLEST_INT64; #endif if( r<(double)minInt ){