aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/zhcon/files/patch-src-display-fblinear8.cpp
blob: 3cdf72ff774899e2bc6c0692a3155334a6c650a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/display/fblinear8.cpp~  Sun Aug  1 17:29:43 2004
+++ src/display/fblinear8.cpp   Sun Aug  1 17:39:12 2004
@@ -102,7 +102,7 @@
             fb_writel((nibbletab_cfb8[*cdat >> 4] & eorx) ^ bgx, dest32++);
         }
         if (pFont->w & 2) {
-            fb_writew((nibbletab_cfb8[*cdat & 0xc] & eorx) ^ bgx, ((__u16*)dest32)++);
+            fb_writew((nibbletab_cfb8[*cdat & 0xc] & eorx) ^ bgx, ((__u16*)dest32) + 1);
         }
         if (pFont->w & 1) {
             fb_writeb((*cdat & 2) ? fg : bg, (__u8*)dest32);