X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=3ca0e7db23c72aaaa5330f8da3b01d90ee9bfa72;hp=77029dc1334b52e03ca78e7dfc270d980366d50b;hb=5ba9c2f13fedf1d8d6ed907ef1f505616290efaa;hpb=43c31a90ba57b93a5504c39a28b9ef55a9b6e801 diff --git a/uip/folder.c b/uip/folder.c index 77029dc..3ca0e7d 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -630,7 +630,7 @@ readonly_folders(void) { int atrlen; char atrcur[BUFSIZ]; - register struct node *np; + struct node *np; snprintf(atrcur, sizeof(atrcur), "atr-%s-", seq_cur); atrlen = strlen(atrcur);