]> git.marmaro.de Git - mmh/blobdiff - uip/flist.c
Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / flist.c
index 31d01c1ac2dbb8f20487790a3f5172a426156d10..847bb3652d20d7dcd3ef9422e8a75af319ed1478 100644 (file)
@@ -683,7 +683,7 @@ do_readonly_folders(void)
        char atrcur[BUFSIZ];
        register struct node *np;
 
        char atrcur[BUFSIZ];
        register struct node *np;
 
-       snprintf(atrcur, sizeof(atrcur), "atr-%s-", current);
+       snprintf(atrcur, sizeof(atrcur), "atr-%s-", seq_cur);
        atrlen = strlen(atrcur);
 
        for (np = m_defs; np; np = np->n_next)
        atrlen = strlen(atrcur);
 
        for (np = m_defs; np; np = np->n_next)