diff options
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index fc677c3a..e28abbd0 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -67,7 +67,7 @@ pango_glyph_string_set_size (PangoGlyphString *string, gint new_len) if (string->space < 0) { - g_critical ("glyph string length overflows maximum integer size, truncated"); + g_warning ("glyph string length overflows maximum integer size, truncated"); new_len = string->space = G_MAXINT - 8; } } |