source: trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff @ 94133

Last change on this file since 94133 was 94133, checked in by ryandesign@…, 12 years ago

goffice: use pcre 8.30 properly (#34812)

File size: 424 bytes
  • goffice/utils/regutf8.c

    http://www.linuxfromscratch.org/blfs/view/cvs/x/goffice.html
    old new  
    155155                default: return GO_REG_BADPAT;
    156156                }
    157157        } else {
    158                 gor->re_nsub = pcre_info (r, NULL, NULL);
     158                gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL);
    159159                gor->nosub = (cflags & GO_REG_NOSUB) != 0;
    160160                return 0;
    161161        }
Note: See TracBrowser for help on using the repository browser.