From 4a7dd13f009cc3aee158c98739f213506bc5a35c Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 21 Oct 2006 20:31:03 +0000 Subject: [PATCH] fix iMon cellwidth --- ChangeLog | 1 + server/drivers/imon.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f732b0..8a048e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ v.0.5dev (ongoing development) * refactor adv_bignum: support height > 4, loadable chars with offset * ged rid of global variables buffer & tmp in lcdproc client + add init-script templates for LSB 3.x conforming systems + * fix cellwidth in iMon driver v.0.5.1 + config file support in lcdproc client (Andrew Foss) diff --git a/server/drivers/imon.c b/server/drivers/imon.c index f4ac47f..e2dbe5b 100644 --- a/server/drivers/imon.c +++ b/server/drivers/imon.c @@ -93,7 +93,7 @@ MODULE_EXPORT int imon_init (Driver *drvthis) p->imon_fd = -1; p->width = 0; p->height = 0; - p->cellwidth = VFD_DEFAULT_CELL_HEIGHT; + p->cellwidth = VFD_DEFAULT_CELL_WIDTH; p->cellheight = VFD_DEFAULT_CELL_HEIGHT;