-        id = apr_psprintf(r->pool, "%x:%lx:%x", getpid(), time(NULL),
+        id = apr_psprintf(r->pool, "%" APR_PID_T_FMT "x:%lx:%x", getpid(),

Stray 'x' in the new format string? No harm AFAICT.

-- 
Eric Covener
[EMAIL PROTECTED]

Reply via email to