Henri Gomez wrote:
It works back when jklog is :

int jk_log(jk_logger_t *l,
          const char *file, int line, const char *funcname, int level,
          const char *fmt, ...)
{
   int rc = 0;

   /* Need to reserve space for newline and terminating zero byte. */
   static int usable_size = HUGE_BUFFER_SIZE-2;


return (0);


Don't get it.
This is exactly how it's in the code.
However we are using fputs instead fwrite.

Don't tell me that fputs is broken on that weired OS
as well? We are already 2 weeks behind the release
because of the fact that your box is totally POSIX
broken. I wonder, what's next?

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to