summaryrefslogtreecommitdiff
path: root/audio/wmix/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wmix/files/patch-ac')
-rw-r--r--audio/wmix/files/patch-ac29
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/wmix/files/patch-ac b/audio/wmix/files/patch-ac
new file mode 100644
index 000000000000..ef03fe07ceff
--- /dev/null
+++ b/audio/wmix/files/patch-ac
@@ -0,0 +1,29 @@
+*** config.c.orig Sun Apr 1 22:43:30 2001
+--- config.c Sun Apr 1 22:43:51 2001
+***************
+*** 135,141 ****
+ free((struct var *) vars);
+ vars = vp;
+ }
+! if (vars)
+ for (new = vars; new->v_next;)
+ if (!strcmp(new->v_next->v_name, name)) {
+ vp = new->v_next->v_next;
+--- 135,141 ----
+ free((struct var *) vars);
+ vars = vp;
+ }
+! if (vars) {
+ for (new = vars; new->v_next;)
+ if (!strcmp(new->v_next->v_name, name)) {
+ vp = new->v_next->v_next;
+***************
+*** 143,148 ****
+--- 143,149 ----
+ new->v_next = vp;
+ } else
+ new = new->v_next;
++ }
+ }
+
+ char *vcopy(char *str)