CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/21 06:24:37
Modified files:
usr.bin/ctfconv: parse.c
Log message:
In it_cmp() make sure that arrays are only considered equal if both
have the same number of elements. This fixes an issue where arrays
where too aggressivly merged and as a result the number of elements
was mostly wrong in the CTF bits.
Also it_cmp() should return 0 if both elements are considered equal.
OK mpi@
