Branch

  • Show log

    Commit

  • Hash : 2c986b8f
    Author : Omar Polo
    Date : 2022-07-04T09:15:23

    check for specific chars instead of using isspace(3)
    
    Reminded by naddy and stsp; it was missing a cast to unsigned char to
    prevent issues on archs with signed chars and was too broad anyway.
    
    While here, drop an extra check immediately after.
    
    ok stsp@