Changeset 590 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Oct 27, 2025, 6:57:03 PM (17 hours ago)
Author:
katerina
Message:

Fix for ticket #478 (cppcheck warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r583 r590  
    12871287#if defined(__linux__) || defined(HAVE_STAT_FLAGS)
    12881288  p.attributes  = (UINT32) buf->attributes;
     1289#else
     1290  p.attributes  = (UINT32) 0;
    12891291#endif
    12901292  p.linkmode    = (UINT32) buf->linkmode;
Note: See TracChangeset for help on using the changeset viewer.