mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
Remove two duplicated lines. Thanks to Benoît Carpentier.
2004-05-10 Tor Lillqvist <tml@iki.fi> * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated lines. Thanks to Benoît Carpentier.
This commit is contained in:
committed by
Tor Lillqvist
parent
8dac94d915
commit
96eefafad4
@@ -1,3 +1,8 @@
|
|||||||
|
2004-05-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
|
||||||
|
lines. Thanks to Benoît Carpentier.
|
||||||
|
|
||||||
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-05-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
|
||||||
|
lines. Thanks to Benoît Carpentier.
|
||||||
|
|
||||||
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-05-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
|
||||||
|
lines. Thanks to Benoît Carpentier.
|
||||||
|
|
||||||
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-05-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
|
||||||
|
lines. Thanks to Benoît Carpentier.
|
||||||
|
|
||||||
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2004-05-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
|
||||||
|
lines. Thanks to Benoît Carpentier.
|
||||||
|
|
||||||
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
||||||
|
@@ -155,8 +155,6 @@ g_win32_print_gioflags (GIOFlags flags)
|
|||||||
g_print ("%sREADABLE", bar), bar = "|";
|
g_print ("%sREADABLE", bar), bar = "|";
|
||||||
if (flags & G_IO_FLAG_IS_WRITEABLE)
|
if (flags & G_IO_FLAG_IS_WRITEABLE)
|
||||||
g_print ("%sWRITEABLE", bar), bar = "|";
|
g_print ("%sWRITEABLE", bar), bar = "|";
|
||||||
if (flags & G_IO_FLAG_IS_WRITEABLE)
|
|
||||||
g_print ("%sWRITEABLE", bar), bar = "|";
|
|
||||||
if (flags & G_IO_FLAG_IS_SEEKABLE)
|
if (flags & G_IO_FLAG_IS_SEEKABLE)
|
||||||
g_print ("%sSEEKABLE", bar), bar = "|";
|
g_print ("%sSEEKABLE", bar), bar = "|";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user