version 1.56 | | version 1.57 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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 - |