From 0cbd23ffe7817a64d3d43a74adc135be90ab29ae Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 2 Dec 2010 20:37:06 +0200 Subject: option -p --- src/vdr-plugin/webvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index b9c663a..15661d4 100644 --- a/src/vdr-plugin/webvideo.c +++ b/src/vdr-plugin/webvideo.c @@ -106,7 +106,7 @@ bool cPluginWebvideo::ProcessArgs(int argc, char *argv[]) }; int c; - while ((c = getopt_long(argc, argv, "d:t:c:", long_options, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "d:t:c:p:", long_options, NULL)) != -1) { switch (c) { case 'd': destdir = cString(optarg); -- cgit v1.2.3