Difference for common/map.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.56 2003/08/02 16:25:23 tchize Exp $";   *   "$Id: map.c,v 1.57 2003/08/23 16:17:19 temitchell Exp $";
  */   */
   
 /*  /*
Line 188
 
Line 188
     else      else
  strcpy(buf, name);   strcpy(buf, name);
 #ifdef WIN32 /* ***win32: check this sucker in windows style. */  #ifdef WIN32 /* ***win32: check this sucker in windows style. */
  return(_access(name,0));   return(_access(buf,0));
 #else  #else
   
     /* old method (strchr(buf, '\0')) seemd very odd to me -      /* old method (strchr(buf, '\0')) seemd very odd to me -


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

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