WRAP file extract

Added seconds to the file date-time stamp.
pull/2/head
David Freese 2009-07-31 09:33:20 -05:00
rodzic 09e4a1603a
commit 3e6a5c48fd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ void rx_extract_add(int c)
time_t t;
time(&t);
gmtime_r(&t, &tim);
strftime(dttm, sizeof(dttm), "%Y%m%d-%H%M", &tim);
strftime(dttm, sizeof(dttm), "%Y%m%d-%H%M%S", &tim);
string outfilename = WrapDir;
outfilename.append("extract-");