summaryrefslogtreecommitdiffstats
path: root/uuid-build.patch
blob: c1b0f7eb01c5495a2e5f2b3f47c92ec360669764 (plain)
1
2
3
4
5
6
7
8
9
10
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;