From 54eb272a695fb25aa45c254b0f0d7a2eb1b5334f Mon Sep 17 00:00:00 2001 From: themythos Date: Sun, 23 Dec 2001 15:12:17 +0000 Subject: [PATCH] corrected bug in heartbeat function --- server/drivers/t6963.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/t6963.c b/server/drivers/t6963.c index 89d27a5..9a824d5 100644 --- a/server/drivers/t6963.c +++ b/server/drivers/t6963.c @@ -398,7 +398,7 @@ t6963_heartbeat (int type) if (type) saved_type = type; - if (type = HEARTBEAT_ON) { + if (type == HEARTBEAT_ON) { // Set this to pulsate like a real heartbeat... whichIcon = (! ((timer + 4) & 5)); // Put character on screen...