From 16de4d4c6de6a350766a040c99fd98a8f22b94b7 Mon Sep 17 00:00:00 2001 From: msheby Date: Wed, 19 Mar 2008 00:21:05 +0000 Subject: Change PACKAGE to PROGRAM_NAME. --- src/wavesplit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wavesplit.cpp') diff --git a/src/wavesplit.cpp b/src/wavesplit.cpp index f7c94c2..6836d23 100755 --- a/src/wavesplit.cpp +++ b/src/wavesplit.cpp @@ -39,7 +39,7 @@ using namespace ASDCP; // // command line option parser class -static const char* PACKAGE = "wavesplit"; // program name for messages +static const char* PROGRAM_NAME = "wavesplit"; // program name for messages // Macros used to test command option data state. @@ -74,7 +74,7 @@ wavesplit is part of asdcplib.\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PACKAGE, ASDCP::Version(), PACKAGE); + PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME); } // @@ -96,7 +96,7 @@ Read/Write Options:\n\ \n\ NOTES: o There is no option grouping, all options must be distinct arguments.\n\ o All option arguments must be separated from the option by whitespace.\n\ -\n", PACKAGE); +\n", PROGRAM_NAME); } // -- cgit v1.2.3