X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=wdq2wav.cpp;h=fe50bb70130a16b1e8fb86f05d3c8b8b092309d0;hb=9aaaf417308915df5054e301848f4a37e800a812;hp=90120796e7df159c6ac4b459896e3c03ac29fc0b;hpb=94b57dc19edff11caf16bc311d247b899e69f421;p=wdq2wav.git diff --git a/wdq2wav.cpp b/wdq2wav.cpp index 9012079..fe50bb7 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -16,7 +16,7 @@ ** Need command line options for verbose and debug output ** Should comment the reading and writing of files to document the file formats ** -** $Id: wdq2wav.cpp,v 1.4 2003/01/21 03:05:03 kevin Exp $ +** $Id: wdq2wav.cpp,v 1.5 2003/01/21 03:06:21 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -372,7 +372,7 @@ WavFile::WriteFile () S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == 0) { std::ostringstream os; os << "Error opening output file " << m_strFile.c_str(); - error_msg (os); + error_msg (os.str().c_str()); return false; }