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