Changeset 910 for trunk/MagicSoft/Cosy/videodev/Writer.cc
- Timestamp:
- 08/15/01 12:52:38 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Writer.cc
r808 r910 7 7 #include <png.h> 8 8 9 #include " timer.h"9 #include "base/timer.h" 10 10 11 11 void Writer::Png(const char *fname, const byte *buf, … … 80 80 char text[36]; 81 81 82 Timer time (date);83 sprintf(text, "*** %s ***", time .GetTimeStr());82 Timer timet(date); 83 sprintf(text, "*** %s ***", timet.GetTimeStr()); 84 84 png_write_chunk(fPng, (png_byte*)"UTC", (png_byte*)text, strlen(text)); 85 85 sprintf(text,"*** %s %s %.1f %i ***", tzname[0], tzname[1], 1.0/3600*timezone, daylight);
Note:
See TracChangeset
for help on using the changeset viewer.