version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.2 1999/06/13 06:06:01 cvs Exp $"; | | * "$Id: main.c,v 1.3 1999/06/13 22:08:05 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
if (check_path(newpath, 0) != - 1) { | | if (check_path(newpath, 0) != - 1) { |
unique=1; | | unique=1; |
} else if (!unique && !has_been_loaded(newpath) && (check_path(newpath,0)==-1)) { | | } else if (!unique && !has_been_loaded(newpath) && (check_path(newpath,1)==-1)) { |
new_draw_info_format(NDI_UNIQUE, 0,op, "The %s is closed.", newpath); | | new_draw_info_format(NDI_UNIQUE, 0,op, "The %s is closed.", newpath); |
return; | | return; |
} | | } |