Use (a != b) instead of !(a == b) so the sanity check looks less insane.
authorFabian Keil <fk@fabiankeil.de>
Thu, 31 Jan 2008 14:44:33 +0000 (14:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 31 Jan 2008 14:44:33 +0000 (14:44 +0000)
commitd4635f9ba0fcf9ad3fd0fddb1f7f03850821092d
tree9daebdbc1c7c8dd761c847dc15e9fd29508bf9f1
parent648433c267ce27acb4cf6192716264e4f53286c6
Use (a != b) instead of !(a == b) so the sanity check looks less insane.
errlog.c