summaryrefslogtreecommitdiffstats
path: root/uuid-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'uuid-build.patch')
-rw-r--r--uuid-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/uuid-build.patch b/uuid-build.patch
new file mode 100644
index 0000000..c1b0f7e
--- /dev/null
+++ b/uuid-build.patch
@@ -0,0 +1,11 @@
+--- pecl/uuid/trunk/uuid.c 2012/11/06 09:09:21 328258
++++ pecl/uuid/trunk/uuid.c 2012/11/06 09:46:03 328259
+@@ -177,7 +177,7 @@
+ default:
+ php_error_docref(NULL TSRMLS_CC,
+ E_WARNING,
+- "Unknown/invalid UUID type '%d' requested, using default type instead",
++ "Unknown/invalid UUID type '%ld' requested, using default type instead",
+ uuid_type);
+ uuid_generate(uuid);
+ break;