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 | |
|---|---|
| File size: 424 bytes | |
-
goffice/utils/regutf8.c
http://www.linuxfromscratch.org/blfs/view/cvs/x/goffice.html
old new 155 155 default: return GO_REG_BADPAT; 156 156 } 157 157 } else { 158 gor->re_nsub = pcre_ info (r, NULL, NULL);158 gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL); 159 159 gor->nosub = (cflags & GO_REG_NOSUB) != 0; 160 160 return 0; 161 161 }
Note: See TracBrowser
for help on using the repository browser.
