From: Kevin M. Rosenberg Date: Tue, 21 Jan 2003 03:06:59 +0000 (+0000) Subject: r3826: Auto commit for Debian build X-Git-Tag: v0.8.1~49 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=d80f5e22c25c10dd83977d64414835557d062660;hp=9aaaf417308915df5054e301848f4a37e800a812 r3826: Auto commit for Debian build --- diff --git a/wdq2wav.cpp b/wdq2wav.cpp index fe50bb7..4a733e2 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.5 2003/01/21 03:06:21 kevin Exp $ +** $Id: wdq2wav.cpp,v 1.6 2003/01/21 03:06:59 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 @@ -38,13 +38,13 @@ static bool g_verbose = true; static bool g_debug = true; void -error_msg (char *msg) +error_msg (const char *msg) { fprintf (stderr, "%s\n",msg); } void -info_msg (char* msg) +info_msg (const char* msg) { fprintf (stdout, "%s\n", msg); }