Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vt/pdckbd.c : a theoretically meaningless change, but Valgrind points…
… out (correctly) that we access c[count], i.e., an uninitialized value. Reversing the order of comparisons avoids that access, has no actual effect on the code, and stops Valgrind from complaining.
- Loading branch information