http://bugzilla.spamassassin.org/show_bug.cgi?id=3039
------- Additional Comments From [EMAIL PROTECTED] 2004-05-12 06:19 ------- I'm going to document here the changes it appears that I need to make, just to obsessive/compulsive about it: Fix compile error by moving assignment statement to after a declaration that is conditionalized for _WIN32 in transport_setup() #define snprintf _snprintf just like was already there for vsnprintf and for the same reason All uses of %m are wrong, in Unix as well as Win32, now that the string argument is put together with snprintf and vsnprintf. Replace them with %s and strerror(origerrno) and change the _WIN32 conditionalization to call the new log function but using %d and origerrno Put back the replacement of syslog() with fprintf(stderr, ...) in _WIN32 which got deleted in the last checkin. Since it is now in only one place we don't need to do it with a #define. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
