changeset 12:dd4349f8129d

Also add the P option to getopt, not only to the case
author mmj
date Thu, 22 Apr 2004 22:29:20 +1000
parents 8e1ebc68ee62
children 118ce9bfe043
files src/mlmmj-process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;