Edit

IABSD.fr/src/gnu

Branch :

  • Show log

    Commit

  • Author : guenther
    Date : 2024-08-16 23:09:25
    Hash : 3ed9484f
    Message : Cast to unsigned char after or'ing in the meta bit, so the compiler doesn't complain when it's implicitly converted to plain char in an assignment, and to make sure it's not negative when used as an array index. ok miod@