]> Kevux Git Server - fll/commit
Bugfix: incorrect parameter check != should instead be ==.
authorKevin Day <thekevinday@gmail.com>
Sat, 24 Oct 2020 13:30:51 +0000 (08:30 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 24 Oct 2020 13:30:51 +0000 (08:30 -0500)
commitf3b6fcad2476c700bba0e1ea6a104f29dfaba5e4
tree08f395fa2db74b4b0996b05258b26f6dd982e5c3
parent35f1df914c8be9e9667a818a9040bc2dd9034ed3
Bugfix: incorrect parameter check != should instead be ==.

When id == -1, this should be invalid, not the opposite.
level_0/f_print/c/print.c