Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / mhbuildsbr.c
index 05f1b35..ab8d99c 100644 (file)
@@ -703,7 +703,7 @@ use_forw:
                        ap = brkstring(ci->ci_magic, " ", "\n");
                        copyip(ap, arguments, MAXARGS);
                } else {
-                       arguments[0] = "cur";
+                       arguments[0] = seq_cur;
                        arguments[1] = NULL;
                }
                folder = NULL;