+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
+Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
+
+ * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
+ in my last commit.
+
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Johannes Stezenbach
case G_TOKEN_INT:
case G_TOKEN_HEX:
if (scanner->config->store_int64)
- _g_snprintf (token_string, token_string_len, "number `" G_GUINT64_FORMAT "'", scanner->value.v_int64);
+ _g_snprintf (token_string, token_string_len, "number `%" G_GUINT64_FORMAT "'", scanner->value.v_int64);
else
_g_snprintf (token_string, token_string_len, "number `%lu'", scanner->value.v_int);
break;