r3823: Automatic commit for debian_version_0_2-1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 03:04:27 +0000 (03:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 03:04:27 +0000 (03:04 +0000)
wdq2wav.cpp

index 326e8d4d270e5aadc8b990ec653a3fb59030edb7..592466ba657b00fb70f8bd166a9f4fccfe97adfa 100644 (file)
@@ -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);
   }