This commit is contained in:
robijn
2001-12-30 00:31:54 +00:00
parent 71056ec551
commit 4ee73421fb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ drivers_vbar( int x, int y, int len, int promille, int pattern )
* have different pixels per char
*/
old_len = (long) - display_props->cellheight * len * promille / 1000;
old_len = (long) display_props->cellheight * len * promille / 1000;
ForAllDrivers(drv) {
if( drv->old_vbar ) {