From 31adb1e01d11e62be9adf5da1fbb05fdec239f99 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 21 Jan 2003 03:04:27 +0000 Subject: [PATCH] r3823: Automatic commit for debian_version_0_2-1 --- wdq2wav.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.34.1