From: Kevin M. Rosenberg Date: Tue, 21 Jan 2003 03:04:27 +0000 (+0000) Subject: r3823: Automatic commit for debian_version_0_2-1 X-Git-Tag: v0.8.1~52 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=31adb1e01d11e62be9adf5da1fbb05fdec239f99 r3823: Automatic commit for debian_version_0_2-1 --- diff --git a/wdq2wav.cpp b/wdq2wav.cpp index 326e8d4..592466b 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.2 2003/01/21 03:03:49 kevin Exp $ +** $Id: wdq2wav.cpp,v 1.3 2003/01/21 03:04:27 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 @@ -73,7 +73,7 @@ main (int argc, char *argv[]) if (*channel_endptr != 0) { std::ostringstream os; os << "Error: Channel " << argv[2] << " is not an integer"; - error_str (os.str().c_str()); + error_msg (os.str().c_str()); usage(); return(1); }