• B
    The various character predicates (isspace and the like) may not be · 84a370a4
    Bodo Möller 提交于
    used with negative char values, so I've added casts to unsigned char.
    Maybe what really should be done is change all those arrays and
    pointers to type unsigned char [] or unsigned char *, respectively;
    but using plain char with those predicates is just wrong, so something
    had to be done.
    Submitted by:
    Reviewed by:
    PR:
    84a370a4
v3_utl.c 10.6 KB