]> diplodocus.org Git - nmh/blobdiff - uip/folder.c
Replace a few calculations of string lengths with concat().
[nmh] / uip / folder.c
index d71b43f056ff47ed17622ef0f9cdad36a5c78170..3f032904ea30d5952a9d98296b05569a234e2706 100644 (file)
@@ -634,7 +634,7 @@ readonly_folders (void)
 {
     int        atrlen;
     char atrcur[BUFSIZ];
-    register struct node *np;
+    struct node *np;
 
     snprintf (atrcur, sizeof(atrcur), "atr-%s-", current);
     atrlen = strlen (atrcur);