Jeffrey_Yuan@xxxxxxx wrote: ...
vfprintf(stderr, va_arg(ap, char*), ap);
Should it not be: vfprintf( stderr,fmt,ap );
// Jarmo
Jeffrey_Yuan@xxxxxxx wrote: ...
vfprintf(stderr, va_arg(ap, char*), ap);
Should it not be: vfprintf( stderr,fmt,ap );
// Jarmo