Hash :
a235aed6
Author :
Date :
2024-02-25T16:12:57
bitset: Don't access errno when it's not set. * lib/bitset/stats.c (bitset_stats_read): Don't use errno after neither fread() nor ferror() has set it. On native Windows, don't use errno after fclose().