Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / rmf.c
index f214f59..923f23a 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -139,8 +139,8 @@ rmf(char *folder)
                        break;  /* fall otherwise */
 
        case NOTOK:
-               snprintf(cur, sizeof(cur), "atr-%s-%s",
-                                       current, toabsdir(folder));
+               snprintf(cur, sizeof(cur), "atr-%s-%s", seq_cur,
+                               toabsdir(folder));
                if (!context_del(cur)) {
                        printf("[+%s de-referenced]\n", folder);
                        return OK;