From 1e1b381daa2425a4193beb02ace7a431a76cc438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Crozat?= Date: Tue, 3 Dec 2002 13:14:34 +0000 Subject: [PATCH] Fix typo from previous commit * glib/gunicollate.c: (g_utf8_collate_key): Fix typo from previous commit --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ glib/gunicollate.c | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83e4968..7268578 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 83e4968..7268578 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 83e4968..7268578 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 83e4968..7268578 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 83e4968..7268578 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 83e4968..7268578 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 83e4968..7268578 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 3cd6911..c33a70d 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); -- 2.7.4