mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Trivial warning fix.
2004-04-22 Matthias Clasen <mclasen@redhat.com> * tests/testglib.c (main): Trivial warning fix.
This commit is contained in:
parent
2efb5e1cd8
commit
48deca6379
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Trivial warning fix. (#140345)
|
||||
|
||||
* tests/queue-test.c (main): Add some tests for off-by-one errors.
|
||||
|
||||
* glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
|
||||
|
@ -1245,7 +1245,7 @@ main (int argc,
|
||||
|
||||
g_print ("ok\n");
|
||||
|
||||
if (g_get_charset (&charset))
|
||||
if (g_get_charset ((G_CONST_RETURN char**)&charset))
|
||||
g_print ("current charset is UTF-8: %s\n", charset);
|
||||
else
|
||||
g_print ("current charset is not UTF-8: %s\n", charset);
|
||||
|
Loading…
Reference in New Issue
Block a user