girepository/girffi.c: Fix "Unexpected time for time_t" message.
authorOwen Taylor <otaylor@src.gnome.org>
Thu, 13 Nov 2008 21:38:42 +0000 (21:38 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 13 Nov 2008 21:38:42 +0000 (21:38 +0000)
svn path=/trunk/; revision=919

ChangeLog
girepository/girffi.c

index 1682a28..75fa2a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-13  Owen Taylor  <otaylor@redhat.com>
+
+       * girepository/girffi.c: Fix  "Unexpected time for time_t"
+       message.
+
 2008-11-13  Colin Walters  <walters@verbum.org>
 
        Bug 558436 - avoid having scanner load app code
index db5e87e..d6eefb2 100644 (file)
@@ -75,7 +75,7 @@ g_ir_ffi_get_ffi_type (GITypeTag tag)
 #elif SIZEOF_TIME_T == 8
       return &ffi_type_sint64;
 #else
-#  error "Unexpected time for time_t: not 4 or 8"
+#  error "Unexpected size for time_t: not 4 or 8"
 #endif
     case GI_TYPE_TAG_ULONG:
       return &ffi_type_ulong;