X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fflist.c;h=a79c842080801b9c34fdac207cdab76e722f35aa;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hp=ad0cf2d17544f8cf9c6ed227105658096f97d48d;hpb=197f95940cc0860683e6988352f721e6603f9339;p=mmh diff --git a/uip/flist.c b/uip/flist.c index ad0cf2d..a79c842 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -58,7 +58,7 @@ static struct swit switches[] = { #define VERSIONSW 13 { "version", 0 }, #define HELPSW 14 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -697,10 +697,6 @@ do_readonly_folders (void) char atrcur[BUFSIZ]; register struct node *np; - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - snprintf (atrcur, sizeof(atrcur), "atr-%s-", current); atrlen = strlen (atrcur);