Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144365
b: refs/heads/master
c: b175dc0
h: refs/heads/master
i:
  144363: eeccf3a
v: v3
  • Loading branch information
Stefan Bader authored and Linus Torvalds committed May 2, 2009
1 parent 6f74e54 commit 49c33fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae3abae64f177586be55b04a7fb7047a34b21a3e
refs/heads/master: b175dc09285b36200a83b78baf167905181fb4e5
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ static int vgacon_font_get(struct vc_data *c, struct console_font *font)
font->charcount = vga_512_chars ? 512 : 256;
if (!font->data)
return 0;
return vgacon_do_font_op(&state, font->data, 0, 0);
return vgacon_do_font_op(&state, font->data, 0, vga_512_chars);
}

#else
Expand Down

0 comments on commit 49c33fc

Please sign in to comment.