mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
filter G_GNUC before PRIVATE so $ is still true.
Sun Nov 28 13:13:56 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: filter G_GNUC before PRIVATE so $ is still true. * tests/utf8-validate.c: cast pointer math to gint for error print message.
This commit is contained in:
committed by
Manish Singh
parent
adde534014
commit
131f4c67fb
@@ -301,7 +301,7 @@ do_test (gint index,
|
||||
index,
|
||||
str->str, max_len,
|
||||
valid ? "TRUE" : "FALSE", offset,
|
||||
result ? "TRUE" : "FALSE", end - text);
|
||||
result ? "TRUE" : "FALSE", (gint) (end - text));
|
||||
g_string_free (str, FALSE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user