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

(-)texlive-20080816-source/libs/xpdf/goo/gfile.cc.orig (-1 / +1 lines)
Lines 347-353 Link Here
347
347
348
#else
348
#else
349
  //---------- Unix ----------
349
  //---------- Unix ----------
350
  char *p;
350
  const char *p;
351
351
352
  if ((p = strrchr(fileName, '/')))
352
  if ((p = strrchr(fileName, '/')))
353
    return new GString(fileName, p - fileName);
353
    return new GString(fileName, p - fileName);

Return to bug 271627