On 02/24/2008 06:13 PM, William A. Rowe, Jr. wrote:
[EMAIL PROTECTED] wrote:
-    apr_size_t written;
+    int written;

FYI - int is < apr_ssize_t, please flip that to a signed representation
that corresponds to sizeof(void*)

Sorry that I don't get it but

- apr_vformatter returns an 'int'
- we only use 'written' later on to compare it against -1. Nothing else
  is done with 'written' afterwards.

So where is the point in using a signed representation that corresponds to
sizeof(void*)?

Regards

RĂ¼diger

Reply via email to