mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
minor comment fix.
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org> * tests/utf8-validate.c: minor comment fix.
This commit is contained in:
parent
7735d799c5
commit
adde534014
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tests/utf8-validate.c: minor comment fix.
|
||||||
|
|
||||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gconvert.h:
|
* glib/gconvert.h:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tests/utf8-validate.c: minor comment fix.
|
||||||
|
|
||||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gconvert.h:
|
* glib/gconvert.h:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tests/utf8-validate.c: minor comment fix.
|
||||||
|
|
||||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gconvert.h:
|
* glib/gconvert.h:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tests/utf8-validate.c: minor comment fix.
|
||||||
|
|
||||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gconvert.h:
|
* glib/gconvert.h:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Nov 28 12:07:29 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* tests/utf8-validate.c: minor comment fix.
|
||||||
|
|
||||||
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
2004-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gconvert.h:
|
* glib/gconvert.h:
|
||||||
|
@ -35,7 +35,7 @@ struct {
|
|||||||
gint offset;
|
gint offset;
|
||||||
gboolean valid;
|
gboolean valid;
|
||||||
} test[] = {
|
} test[] = {
|
||||||
/* some tests to check max_len handling
|
/* some tests to check max_len handling */
|
||||||
/* length 1 */
|
/* length 1 */
|
||||||
{ "abcde", -1, 5, TRUE },
|
{ "abcde", -1, 5, TRUE },
|
||||||
{ "abcde", 3, 3, TRUE },
|
{ "abcde", 3, 3, TRUE },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user