<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">http://www.linuxfromscratch.org/blfs/view/cvs/x/goffice.html
--- goffice/utils/regutf8.c.orig	2009-09-05 18:52:09.000000000 -0500
+++ goffice/utils/regutf8.c	2012-06-09 18:04:29.000000000 -0500
@@ -155,7 +155,7 @@
 		default: return GO_REG_BADPAT;
 		}
 	} else {
-		gor-&gt;re_nsub = pcre_info (r, NULL, NULL);
+		gor-&gt;re_nsub = pcre_fullinfo (r, NULL, 0, NULL);
 		gor-&gt;nosub = (cflags &amp; GO_REG_NOSUB) != 0;
 		return 0;
 	}
</pre></body></html>