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

(-)gnome-vfs-2.8.1.orig/libgnomevfs/eggdesktopentries.c (-2 / +2 lines)
Lines 1912-1920 Link Here
1912
    q = strstr (p, "@");
1912
    q = strstr (p, "@");
1913
1913
1914
  if (!q)
1914
  if (!q)
1915
    country_len = q - p;
1916
  else
1917
    country_len = strlen (p);
1915
    country_len = strlen (p);
1916
  else
1917
    country_len = q - p;
1918
1918
1919
  if (country_len <= 0)
1919
  if (country_len <= 0)
1920
    return NULL;
1920
    return NULL;

Return to bug 66695