Difference for server/main.c from version 1.94 to 1.95


version 1.94 version 1.95
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.94 2005/08/12 08:18:59 ryo_saeba Exp $";   *    "$Id: main.c,v 1.95 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 217
 
Line 217
 }  }
   
   
 static char *normalize_path (char *src, char *dst) {  static const char *normalize_path (const char *src, const char *dst) {
     char *p, *q;      char *p, *q;
     char buf[HUGE_BUF];      char buf[HUGE_BUF];
     static char path[HUGE_BUF];      static char path[HUGE_BUF];


Legend:
line(s) removed in v.1.94 
line(s) changed
 line(s) added in v.1.95

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