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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ace-1.4/lib/make-imglib.c
0
++ ace-1.4/lib/make-imglib.c
Lines 202-208 Link Here
202
  char *rv;
202
  char *rv;
203
  if (string) {
203
  if (string) {
204
    next = string;
204
    next = string;
205
    return;
205
    return 0;
206
  }
206
  }
207
  while (*next && !isgraph(*next)) next++;
207
  while (*next && !isgraph(*next)) next++;
208
  if (!*next) return 0;
208
  if (!*next) return 0;

Return to bug 450270