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


version 1.93 version 1.94
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.93 2005/08/11 15:42:35 cavesomething Exp $";   *    "$Id: main.c,v 1.94 2005/08/12 08:18:59 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 443
 
Line 443
 /* clean_path takes a path and replaces all / with _  /* clean_path takes a path and replaces all / with _
  * We do a strcpy so that we do not change the original string.   * We do a strcpy so that we do not change the original string.
  */   */
 char *clean_path(char *file)  char *clean_path(const char *file)
 {  {
     static char newpath[MAX_BUF],*cp;      static char newpath[MAX_BUF],*cp;
   


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

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