mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 13:49:22 +01:00
Use gssize to match the header. (Reported by Elliot Lee.)
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com> * glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to match the header. (Reported by Elliot Lee.)
This commit is contained in:
parent
63e17a0f73
commit
ad813a42f0
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to
|
||||
match the header. (Reported by Elliot Lee.)
|
||||
|
||||
Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Fixes for #58195, based on some ideas from Hidetosh Tajima.
|
||||
|
@ -1009,7 +1009,7 @@ g_strlcat (gchar *dest,
|
||||
**/
|
||||
gchar*
|
||||
g_ascii_strdown (const gchar *str,
|
||||
gint len)
|
||||
gssize len)
|
||||
{
|
||||
gchar *result, *s;
|
||||
|
||||
@ -1040,7 +1040,7 @@ g_ascii_strdown (const gchar *str,
|
||||
**/
|
||||
gchar*
|
||||
g_ascii_strup (const gchar *str,
|
||||
gint len)
|
||||
gssize len)
|
||||
{
|
||||
gchar *result, *s;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user