Warn if p == NULL && max != 0. (#110087)

2003-04-07  Matthias Clasen  <maclas@gmx.de>

	* glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
	(#110087)
This commit is contained in:
Matthias Clasen
2003-04-06 22:16:59 +00:00
committed by Matthias Clasen
parent 8e0ff6907c
commit 048002c8f7
7 changed files with 33 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-04-07 Matthias Clasen <maclas@gmx.de>
* glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.
(#110087)
2003-04-01 Tor Lillqvist <tml@iki.fi>
* glib/glib.def: Add g_string_chunk_insert_len.