summaryrefslogtreecommitdiff
path: root/src/blackwave.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-03-19 00:21:05 +0000
committermsheby <>2008-03-19 00:21:05 +0000
commit16de4d4c6de6a350766a040c99fd98a8f22b94b7 (patch)
tree2bad951e4926f11c827aeaa6706e6f92b813e1bd /src/blackwave.cpp
parent9349fa7892b5d4ab9cc67ff3139ea40c5bbeec2f (diff)
Change PACKAGE to PROGRAM_NAME.
Diffstat (limited to 'src/blackwave.cpp')
-rw-r--r--src/blackwave.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blackwave.cpp b/src/blackwave.cpp
index 628b51d..1374038 100644
--- a/src/blackwave.cpp
+++ b/src/blackwave.cpp
@@ -38,7 +38,7 @@ using namespace ASDCP;
//
// command line option parser class
-static const char* PACKAGE = "blackwave"; // program name for messages
+static const char* PROGRAM_NAME = "blackwave"; // program name for messages
// Macros used to test command option data state.
@@ -61,7 +61,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);
}
//
@@ -80,7 +80,7 @@ Other 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);
}
//