[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*)

Bill

Reply via email to