Changeset 2325
- Timestamp:
- Sep 26, 2005, 2:10:21 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/fs.c
-
Property cvs2svn:cvs-rev
changed from
1.24
to1.25
r2324 r2325 1054 1054 int cchSymlink = fsCleanPath(pszSymlink, fFlags, NULL); 1055 1055 1056 /* Merge symlink with the path. */1056 /* Merge the symlink with the path. */ 1057 1057 int cchLeft = cchNativePath - (psz - pszNativePath); 1058 1058 if (*pszSymlink == '/' || *pszSymlink == '\\' || pszSymlink[1] == ':') … … 1095 1095 } 1096 1096 memcpy(pszPrev, pszSymlink, cchSymlink + 1); 1097 1097 cchNativePath += cchSymlink - (psz - pszPrev); 1098 1099 /* restart this component. */ 1098 1100 psz = pszPrev; 1099 1101 while (*psz != '/') -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.