Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/977 was reviewed by Sepehr Ganji
-- Sepehr Ganji commented on a discussion on cpukit/libfs/src/fatfs/rtems-fatfs.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/977#note_142367 > } > - inode_hash ^= fno->fsize ^ ( fno->fdate << 16 ) ^ fno->ftime; > + inode_hash ^= fno->fsize ^ ( (uint32_t)fno->fdate << 16 ) ^ fno->ftime; This file not part of the upstream code, this is our file (all files started with `rtems-*` are not contrib) -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/977 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
