From 92e7fc0f4c029b346b1add75726b2ae91692d414 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 29 Mar 1999 16:14:40 +0000 Subject: Repair broken command line parsing, fixes PR pkg/7276 Ignatios Souvatzis. [Of course this bug report should have gone to the AfterStep author(s).] --- x11/afterstep/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/afterstep/patches/patch-ae diff --git a/x11/afterstep/patches/patch-ae b/x11/afterstep/patches/patch-ae new file mode 100644 index 00000000000..ff9cff8c991 --- /dev/null +++ b/x11/afterstep/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 1999/03/29 16:14:40 tron Exp $ + +--- src/afterstep/afterstep.c.orig Fri Dec 11 00:34:43 1998 ++++ src/afterstep/afterstep.c Mon Mar 29 18:07:04 1999 +@@ -194,7 +194,7 @@ + else if (!strcmp(argv[i], "-f") && i + 1 < argc) + { + shall_override_config_file = True; +- config_file_to_override = argv[i]; ++ config_file_to_override = argv[++i]; + } + else + usage(); -- cgit v1.2.3