mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Fix obscure typo in case conversion routine (#113469).
2003-05-21 Noah Levitt <nlevitt@columbia.edu> * glib/guniprop.c: Fix obscure typo in case conversion routine (#113469).
This commit is contained in:
parent
7a1dcc18f1
commit
cd1e44fd2b
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-21 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Fix obscure typo in case conversion routine
|
||||||
|
(#113469).
|
||||||
|
|
||||||
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
Tue May 20 14:14:55 2003 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
* configure.in: wrap 64-bit MIN/MAX limit constants in
|
||||||
|
@ -571,7 +571,7 @@ output_special_case (gchar *out_buffer,
|
|||||||
|
|
||||||
if (which == 1)
|
if (which == 1)
|
||||||
{
|
{
|
||||||
while (p[0] && p[1])
|
while (p[0] || p[1])
|
||||||
p += 2;
|
p += 2;
|
||||||
p += 2;
|
p += 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user