From: Frédéric Crozat Date: Tue, 3 Dec 2002 13:14:34 +0000 (+0000) Subject: Fix typo from previous commit X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1e1b381daa2425a4193beb02ace7a431a76cc438;p=dana%2Fcg-glib.git Fix typo from previous commit * glib/gunicollate.c: (g_utf8_collate_key): Fix typo from previous commit --- diff --git a/ChangeLog b/ChangeLog index 83e4968d..7268578d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 83e4968d..7268578d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-12-03 Frederic Crozat + + * glib/gunicollate.c: (g_utf8_collate_key): + Fix typo from previous commit + Tue Dec 3 01:05:00 2002 James M. Cape * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): diff --git a/glib/gunicollate.c b/glib/gunicollate.c index 3cd69110..c33a70dd 100644 --- a/glib/gunicollate.c +++ b/glib/gunicollate.c @@ -186,7 +186,7 @@ g_utf8_collate_key (const gchar *str, size_t i; size_t result_len = 0; - g_return_val_if_fail (str1 != NULL, NULL); + g_return_val_if_fail (str != NULL, NULL); str_norm = _g_utf8_normalize_wc (str, len, G_NORMALIZE_ALL_COMPOSE);