comparison src/log.c @ 14006:c17dd38c562d

[gaim-migrate @ 16591] (13:18:54) chaosite: rlaager: you fixed gconv.c, but not log.c =) Line 609, exact same error. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Jul 2006 18:19:27 +0000
parents ef338033b138
children 8bda65b88e49
comparison
equal deleted inserted replaced
14005:d856c2ec93ca 14006:c17dd38c562d
604 gaim_value_new(GAIM_TYPE_POINTER), 2, 604 gaim_value_new(GAIM_TYPE_POINTER), 2,
605 gaim_value_new(GAIM_TYPE_SUBTYPE, 605 gaim_value_new(GAIM_TYPE_SUBTYPE,
606 GAIM_SUBTYPE_LOG), 606 GAIM_SUBTYPE_LOG),
607 #if SIZEOF_TIME_T == 4 607 #if SIZEOF_TIME_T == 4
608 gaim_value_new(GAIM_TYPE_INT)); 608 gaim_value_new(GAIM_TYPE_INT));
609 #elif SIZE_OF_TIME_T == 8 609 #elif SIZEOF_TIME_T == 8
610 gaim_value_new(GAIM_TYPE_INT64)); 610 gaim_value_new(GAIM_TYPE_INT64));
611 #else 611 #else
612 # error Unknown size of time_t 612 # error Unknown size of time_t
613 #endif 613 #endif
614 614