mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1c0e7eff69
PR: ports/69981 Submitted by: Andrey Slusar <vasallia@ukr.net>
10 lines
272 B
C
10 lines
272 B
C
--- 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;
|
|
}
|
|
}
|