Changeset 2934
- Timestamp:
- Dec 30, 2006, 6:40:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/libc/src/libc/misc/fullpath.c ¶
r1632 r2934 76 76 } 77 77 if (!_trslash (dst, j, 0)) 78 dst[j++] = !__libc_gfNoUnix ? '/' : '\\';78 dst[j++] = '/'; 79 79 strcpy (dst+j, temp+k); 80 80 } 81 81 82 if (!__libc_gfNoUnix) 83 _fnslashify (dst); 82 _fnslashify (dst); 84 83 return 0; 85 84
Note:
See TracChangeset
for help on using the changeset viewer.