diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:00:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-04 10:00:02 +0000 |
commit | 1c0e7eff69556e1d1a593f59adc48ec99388db5b (patch) | |
tree | 4e63de2d16898945b7fc466809374ec981007db8 /x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c | |
parent | 48760332009ee18d139d0775c9ed7a30dcbbcd46 (diff) |
Notes
Diffstat (limited to 'x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c')
-rw-r--r-- | x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c b/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c new file mode 100644 index 000000000000..022c0f808300 --- /dev/null +++ b/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c @@ -0,0 +1,9 @@ +--- plugins/simple_menus/parseparams.c.orig Wed Nov 28 01:44:35 2001 ++++ plugins/simple_menus/parseparams.c Wed Aug 4 04:58:14 2004 +@@ -166,5 +166,6 @@ + } + PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name); + found: ++ continue; + } + } |