Ignores -d command line
Brought to you by:
skunk
I noticed that v1.1 appears to ignore a -d commandline
option. i can change it in the header, but thought you
might be interested.
Scott
--- volume.app.c 2002-10-13 18:47:47.000000000 -0500
+++ volume.app.c~ 2002-10-13 18:50:58.000000000 -0500
@@ -176,7 +176,7 @@
{
int opt;
- while ((opt = getopt(argc, argv, "c:d:hl")) != EOF)
+ while ((opt = getopt(argc, argv, "c:hl")) != EOF)
{
switch (opt)
{