]> git.neil.brown.name Git - wiggle.git/commit
vpatch: fix build warning
authorNeilBrown <neil@brown.name>
Thu, 28 Sep 2017 12:25:15 +0000 (22:25 +1000)
committerNeilBrown <neil@brown.name>
Thu, 28 Sep 2017 12:25:15 +0000 (22:25 +1000)
commit10c53ed50f3bf17ff54a5bc55674e284ea934462
tree19f878aeb824e0b3be3bdba5e180ad17a7deceb2
parenteac35c077388a3dcbbe4ca033c6a43ec6a4fe059
vpatch: fix build warning

This condition was a bit convoluted and while it was correct,
it doesn't look it.

Move the '!' into the '==' so the intention is a bit clearer
and compiler doesn't complain.

Fixes #7

Signed-off-by: NeilBrown <neil@brown.name>
vpatch.c