From 7e7d2e01b12bc98ad345c4ee48ed3f04400ec270 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Sat, 16 Sep 2006 13:26:51 +0000 Subject: [PATCH] * AHAHAHA FILTHY PIG, init sensors values to 0, in case there's no sensor at all --- test/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/matrix.c b/test/matrix.c index cc17a99..4ff8d06 100644 --- a/test/matrix.c +++ b/test/matrix.c @@ -62,7 +62,7 @@ int main(void) for(;;) { - int sensorx, sensory; + int sensorx = 0, sensory = 0; if(have_hdaps) {