Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408857
Collapse All | Expand All

(-)glib-2.32.3/glib/gutf8.c.orig (+3 lines)
Lines 1625-1630 Link Here
1625
{
1625
{
1626
  const gchar *p;
1626
  const gchar *p;
1627
1627
1628
  if (str == NULL)
1629
    return FALSE;
1630
1628
  if (max_len < 0)
1631
  if (max_len < 0)
1629
    p = fast_validate (str);
1632
    p = fast_validate (str);
1630
  else
1633
  else

Return to bug 408857