Remove the 1024 char limit in the common (non-recursive) case.

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

	* glib/gmessages.c (g_logv): Remove the 1024 char limit in the common (non-recursive)
	case.
This commit is contained in:
Matthias Clasen
2003-07-25 23:17:23 +00:00
committed by Matthias Clasen
parent a412fb1654
commit ffa186dfc9
9 changed files with 53 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
2003-07-26 Matthias Clasen <maclas@gmx.de>
* glib/gmessages.c (g_logv): Remove the 1024 char limit in the common (non-recursive)
case.
2003-07-25 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c: