Not needed, just use -DPCRE_STATIC.
[platform/upstream/glib.git] / tests / regex-test.c
index 26d9677..94c5767 100644 (file)
@@ -1098,7 +1098,9 @@ test_expand (const gchar *pattern,
   gchar *res;
   
   verbose ("expanding the references in \"%s\" (pattern: \"%s\", string: \"%s\") \t",
-          string_to_expand, pattern, string);
+          string_to_expand,
+          pattern ? pattern : "(null)",
+          string ? string : "(null)");
 
   if (pattern)
     {