Ignore:
Timestamp:
08/15/01 12:52:38 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/Writer.cc

    r808 r910  
    77#include <png.h>
    88
    9 #include "timer.h"
     9#include "base/timer.h"
    1010
    1111void Writer::Png(const char *fname, const byte *buf,
     
    8080        char text[36];
    8181
    82         Timer time(date);
    83         sprintf(text, "*** %s ***", time.GetTimeStr());
     82        Timer timet(date);
     83        sprintf(text, "*** %s ***", timet.GetTimeStr());
    8484        png_write_chunk(fPng, (png_byte*)"UTC", (png_byte*)text, strlen(text));
    8585        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.