Cinder icon indicating copy to clipboard operation
Cinder copied to clipboard

Fixed deprecated functions for MSW and simplify implemnentation.

Open ryanbartley opened this issue 8 years ago • 0 comments

#1940 brought to the attention that localtime and sprintf were deprecated. Updated the implementation to choose localtime function based on platform. Also, removed sprintf in favor of std::put_time.

ryanbartley avatar Dec 16 '17 17:12 ryanbartley