summaryrefslogtreecommitdiffstats
path: root/uuid-build.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-06 12:41:23 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-06 12:41:23 +0100
commita1477a984fd514ba800c0b77c268c66b34c77d15 (patch)
treeff1805c7030b8e5a938a9906b0e9ab344c22e761 /uuid-build.patch
parent02ad335b05ee3f015955c7cc2285a78b7fc52aa2 (diff)
php-pecl-uuid: more upstream patches
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;