X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=blobdiff_plain;f=wdq2wav.cpp;fp=wdq2wav.cpp;h=2ea87bf9ce0af8c94e7dc8b9e3e246f2196b3cd9;hp=ad977f2f4c5fc57d60556fdec9dff89914d6540b;hb=c685afb2e6c30a8d010cc449fdb921e98dfccdfd;hpb=151ee940c8cd670deedbe4ddfee0887a7b726f43 diff --git a/wdq2wav.cpp b/wdq2wav.cpp index ad977f2..2ea87bf 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -256,7 +256,7 @@ wdq2wav (const char* wdq_fname, const int channel, const char *wav_fname, bool p std::ostringstream os3; time = wdq.m_time_acq_stop; tm = gmtime (&time); - os3 << "Time File Written: " << asctime(tm); + os3 << "Time File Written: " << asctime(tm); info_msg_sans_newline (os3.str().c_str()); std::ostringstream os4; os4 << "Samples: " << wdq.m_nSamples <<