+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
+2001-07-08 Martin Baulig <baulig@suse.de>
+
+ * tests/unicode-normalize.c, tests/unicode-collate.c:
+ Reflect latest g_io_channel_new_file() API changes, use
+ G_IO_FILE_MODE_READ instead of "r".
+
Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunicode.h glib/gunidecomp.c glib/guniprop.c
if (argc == 2)
{
- in = g_io_channel_new_file (argv[1], "r", &error);
+ in = g_io_channel_new_file (argv[1], G_IO_FILE_MODE_READ, &error);
if (!in)
{
fprintf (stderr, "Cannot open %s: %s\n", argv[1], error->message);
if (argc == 3)
line_to_do = atoi(argv[2]);
- in = g_io_channel_new_file (argv[1], "r", &error);
+ in = g_io_channel_new_file (argv[1], G_IO_FILE_MODE_READ, &error);
if (!in)
{
fprintf (stderr, "Cannot open %s: %s\n", argv[1], error->message);