Fix: attempt to fix improper use of negative value
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Aug 2017 21:36:19 +0000 (17:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 15 Aug 2017 22:06:36 +0000 (18:06 -0400)
commitee07b1e97986cfaf1ee0753230191c44fea9f470
tree979d07bfc69156bce5c4e529b5ece5d67e820e20
parent6c711b23bd5bc6eb6b91f6c425080f2d6966f164
Fix: attempt to fix improper use of negative value

Found by Coverity, unsure that the fix will make it happy:

CID 1376189 (#1 of 1): Improper use of negative value
(NEGATIVE_RETURNS)negative_returns: Passing negative constant -1 to a
parameter that cannot be negative. [hide details]

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
logging/log.c
This page took 0.023972 seconds and 4 git commands to generate.