From: <rl...@us...> - 2006-07-28 18:19:51
|
Revision: 16591 Author: rlaager Date: 2006-07-28 11:19:27 -0700 (Fri, 28 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16591&view=rev Log Message: ----------- (13:18:54) chaosite: rlaager: you fixed gconv.c, but not log.c =) Line 609, exact same error. Modified Paths: -------------- trunk/src/log.c Modified: trunk/src/log.c =================================================================== --- trunk/src/log.c 2006-07-28 12:19:56 UTC (rev 16590) +++ trunk/src/log.c 2006-07-28 18:19:27 UTC (rev 16591) @@ -606,7 +606,7 @@ GAIM_SUBTYPE_LOG), #if SIZEOF_TIME_T == 4 gaim_value_new(GAIM_TYPE_INT)); -#elif SIZE_OF_TIME_T == 8 +#elif SIZEOF_TIME_T == 8 gaim_value_new(GAIM_TYPE_INT64)); #else # error Unknown size of time_t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |