--- np2/x11/main.c 2003/11/16 16:43:45 1.1 +++ np2/x11/main.c 2003/11/18 14:39:14 1.3 @@ -104,7 +104,7 @@ static void usage(void) { - printf("Usage: %s [options] [[FD0 image] [[FD1 image] [[FD2 image] [FD3 image]]]]\n", progname); + printf("Usage: %s [options] [[FD1 image] [[FD2 image] [[FD3 image] [FD4 image]]]]\n", progname); exit(1); } @@ -203,6 +203,13 @@ main(int argc, char *argv[]) } } } + if (timidity_cfgfile_path[0] == '\0') { + file_cpyname(timidity_cfgfile_path, modulefile, + sizeof(timidity_cfgfile_path)); + file_cutname(timidity_cfgfile_path); + file_catname(timidity_cfgfile_path, "timidity.cfg", + sizeof(timidity_cfgfile_path)); + } dosio_init(); file_setcd(modulefile);