Changeset 402 for trunk/src/sh_hash.c
- Timestamp:
- May 1, 2012, 5:50:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r383 r402 1239 1239 sh_do_decode(ft.checksum, sl_strlen(ft.checksum)); 1240 1240 1241 1241 /* TXT entries are c_mode[0] != 'l' and do not get decoded 1242 */ 1242 1243 if (ft.c_mode[0] == 'l' && linkpath != notalink) 1243 1244 { 1244 1245 sh_do_decode(linkpath, sl_strlen(linkpath)); 1245 1246 } 1247 1246 1248 if ((ft.mark & REC_FLAGS_ATTR) != 0) 1247 1249 { … … 1772 1774 } 1773 1775 1776 /* NOTE: TXT entries are c_mode[0] != 'l' and do not get decoded 1777 */ 1774 1778 if (buf != NULL /* && buf->c_mode[0] == 'l' */ && buf->link_path != NULL) 1775 1779 {
Note:
See TracChangeset
for help on using the changeset viewer.