Changeset 580 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Nov 2, 2023, 8:57:17 AM (11 months ago)
Author:
katerina
Message:

Fix for ticket #468 (file attributes). Also add option to switch off check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r570 r580  
    22572257                      _("mode_old=\"%s\" mode_new=\"%s\" attr_old=\"%s\" attr_new=\"%s\" imode_old=\"%ld\" imode_new=\"%ld\" iattr_old=\"%ld\" iattr_new=\"%ld\" "),
    22582258#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>, "),
    22602260#endif
    22612261                      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,
    22652265                      (long) p->theFile.attributes,
    22662266                      (long) theFile->attributes
    2267 #endif
    22682267                      );
    22692268#else
Note: See TracChangeset for help on using the changeset viewer.