CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/02/22 06:17:18

Modified files:
        usr.bin/ctfconv: parse.c 

Log message:
Rewrite the it_cmp() function to use the common check bigger than, check
smaller than logic.

There was a bug in this code because of a badly placed ) which I only
noticed after rewriting the function since I assumed that C integer
promotion is playing tricks with us.

OK mpi@

Reply via email to