Menu

#1 Ignores -d command line

open
nobody
None
5
2002-10-13
2002-10-13
No

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)
{

Discussion


Log in to post a comment.

MongoDB Logo MongoDB