- fix some gcc warnings
[m6w6/ext-http] / http_message_api.c
index 1cf8661546574505b5d3d1dd255713c585c2b058..b1194645ecc87caae8d33ab0f68e866e7fb1d0be 100644 (file)
@@ -190,7 +190,7 @@ PHP_HTTP_API http_message *_http_message_parse_ex(http_message *msg, const char
                                                zval *len;
                                                char *tmp;
 
-                                               spprintf(&tmp, 0, "%lu", decoded_len);
+                                               spprintf(&tmp, 0, "%lu", (ulong) decoded_len);
                                                MAKE_STD_ZVAL(len);
                                                ZVAL_STRING(len, tmp, 0);