Changeset 580 for trunk/src/sh_hash.c
- Timestamp:
- Nov 2, 2023, 8:57:17 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r570 r580 2257 2257 _("mode_old=\"%s\" mode_new=\"%s\" attr_old=\"%s\" attr_new=\"%s\" imode_old=\"%ld\" imode_new=\"%ld\" iattr_old=\"%ld\" iattr_new=\"%ld\" "), 2258 2258 #else 2259 _("mode_old=<%s>, mode_new=<%s>, attr_old=<%s>, attr_new=<%s>, "),2259 _("mode_old=<%s>, mode_new=<%s>, attr_old=<%s>, attr_new=<%s>, imode_old=<%ld>, imode_new=<%ld>, iattr_old=<%ld>, iattr_new=<%ld>, "), 2260 2260 #endif 2261 2261 p->theFile.c_mode, theFile->c_mode, 2262 p->theFile.c_attributes, theFile->c_attributes 2263 #ifdef SH_USE_XML 2264 ,(long) p->theFile.mode, (long) theFile->mode,2262 p->theFile.c_attributes, theFile->c_attributes, 2263 2264 (long) p->theFile.mode, (long) theFile->mode, 2265 2265 (long) p->theFile.attributes, 2266 2266 (long) theFile->attributes 2267 #endif2268 2267 ); 2269 2268 #else
Note:
See TracChangeset
for help on using the changeset viewer.