Project

General

Profile

« Previous | Next » 

Revision 78888f82

Added by Max Matveev almost 14 years ago

  • ID 78888f82976b0881b3788e9384b7b5c3dec3fc7e

Replace use of ctime_r with ctime+strcpy

ctime_r is not implemented on at least one supported platfrom. Fortunately
in the single thread application the same effect can be achieved with ctime
and strcpy.

  • added
  • modified
  • copied
  • renamed
  • deleted