From 747f3200aedfa3b2839dec9a455d55302c1dfb4f Mon Sep 17 00:00:00 2001 From: marschap Date: Mon, 16 Jan 2006 08:30:51 +0000 Subject: [PATCH] fix previous commit --- server/drivers/imon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/imon.c b/server/drivers/imon.c index 52dee74..cd33a46 100644 --- a/server/drivers/imon.c +++ b/server/drivers/imon.c @@ -258,7 +258,7 @@ MODULE_EXPORT void imon_hbar (Driver *drvthis, int x, int y, int len, int promil { /* write a "full" block to the screen... */ //drvthis->icon (drvthis, x+pos, y, ICON_BLOCK_FILLED); - imon_chr (drvthis, x+xpos, y, '#'); + imon_chr (drvthis, x+pos, y, '#'); } else if (pixels > 0) {