On 03/07/2010 09:31 PM, t...@apache.org wrote:
Author: timw + /* Remember the current log file name for the next potential rotate */ + strcpy_s(log_file_effective, sizeof(log_file_effective), log_file_name);
-1 You will have to use StringCb routines here, because strcpy_s breaks the VC6 compilation. Those we added to later MSVCRT versions. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org