View | Details | Raw Unified | Return to bug 69981
Collapse All | Expand All

(-)golem/files/patch-plugins::pier::parseparams.c (+10 lines)
Line 0 Link Here
1
--- plugins/pier/parseparams.c.old	Wed Aug  4 05:00:10 2004
2
+++ plugins/pier/parseparams.c	Wed Aug  4 05:00:25 2004
3
@@ -161,6 +161,7 @@
4
 			}
5
 			PWARN("ignoring unknown pier item type %s", itemparam->value);
6
 found:
7
+	continue;
8
 		}
9
 	}
10
 }
(-)golem/files/patch-plugins::simple_menus::parseparams.c (+9 lines)
Line 0 Link Here
1
--- plugins/simple_menus/parseparams.c.orig	Wed Nov 28 01:44:35 2001
2
+++ plugins/simple_menus/parseparams.c	Wed Aug  4 04:58:14 2004
3
@@ -166,5 +166,6 @@
4
 		}
5
 		PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
6
 found:
7
+	continue;
8
 	}
9
 }

Return to bug 69981