On 03/07/2010 09:31 PM, [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to