fix previous commit

This commit is contained in:
marschap
2006-01-16 08:30:51 +00:00
parent 7bb8383c01
commit 747f3200ae
+1 -1
View File
@@ -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)
{