Changeset 529 in kBuild for trunk/src/gmake/w32
- Timestamp:
- Sep 17, 2006 6:56:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/w32/pathstuff.c
r526 r529 207 207 char *p; 208 208 209 if (resolve) 209 if (resolve) { 210 210 _fullpath(w32_path, filename, sizeof (w32_path)); 211 else 211 w32_fixcase(w32_path); /* bird */ 212 } else 212 213 strncpy(w32_path, filename, sizeof (w32_path)); 213 214 w32_fixcase(w32_path); /* bird */215 214 216 215 for (p = w32_path; p && *p; p++)
Note:
See TracChangeset
for help on using the changeset viewer.