Closed ivop closed 1 month ago
Hi,
I traced back a misbehaving qe (editor in CP/M-65) to strtok() not working correctly, which in turn turned out to be strpbrk(). This fixes that and also results in a slightly smaller binary.
Regards, Ivo
Good catch, thanks!
Hi,
I traced back a misbehaving qe (editor in CP/M-65) to strtok() not working correctly, which in turn turned out to be strpbrk(). This fixes that and also results in a slightly smaller binary.
Regards, Ivo