# HG changeset patch # User mmj # Date 1082636960 -36000 # Node ID dd4349f8129d34b47042c58606d0bbf199e76c24 # Parent 8e1ebc68ee6242b721cfa0be1c7508f5f0848892 Also add the P option to getopt, not only to the case diff -r 8e1ebc68ee62 -r dd4349f8129d src/mlmmj-process.c --- a/src/mlmmj-process.c Thu Apr 22 22:10:37 2004 +1000 +++ b/src/mlmmj-process.c Thu Apr 22 22:29:20 2004 +1000 @@ -46,7 +46,7 @@ { NULL, NULL } }; - while ((opt = getopt(argc, argv, "hVm:L:")) != -1) { + while ((opt = getopt(argc, argv, "hVPm:L:")) != -1) { switch(opt) { case 'L': listdir = optarg;