Difference for server/main.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 308
 
Line 308
      */       */
     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;
     }      }


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:37