Changeset 211 for trunk/src/trustfile.c
- Timestamp:
- Feb 3, 2009, 8:45:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trustfile.c
r192 r211 827 827 /* smack on the /../ 828 828 */ 829 t_const = "/../"; 829 t_const = "/../"; t = (char *)t_const; 830 830 while(*t && b < end) 831 *b++ = *t _const++;831 *b++ = *t++; 832 832 833 833 /* append the symlink referent
Note:
See TracChangeset
for help on using the changeset viewer.