• Show log

    Commit

  • Hash : a235aed6
    Author : Bruno Haible
    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().