Remove erroneous extra parameter from display_error() call in setup.c (submitted...
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 30 Jun 2014 17:45:16 +0000 (13:45 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 30 Jun 2014 17:45:16 +0000 (13:45 -0400)
citadel/utils/setup.c

index 5934563160b72ebbf8d6e73e3794e85680323010..bb7f542dec09c2fe53248fba5d6f65df9b64386d 100644 (file)
@@ -1223,8 +1223,7 @@ int main(int argc, char *argv[])
        enable_home = ( relh | home );
 
        if (chdir(ctdl_run_dir) != 0) {
-               display_error(_("Citadel Setup"), 
-                             "%s: [%s]\n", 
+               display_error("%s: [%s]\n", 
                              _("The directory you specified does not exist"), 
                              ctdl_run_dir);
                exit(errno);