From f8fc27de41bedb564e87736a6cbd5f1ed40bb76d Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 13 May 2011 10:21:50 +0000 Subject: [PATCH] .uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@3416 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/FontCover/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/FontCover/main.cpp b/uppbox/FontCover/main.cpp index 3ea2bb755..5a7417592 100644 --- a/uppbox/FontCover/main.cpp +++ b/uppbox/FontCover/main.cpp @@ -40,7 +40,7 @@ GUI_APP_MAIN dword h = 0; for(int ch = 32; ch < 65536; ch++) { if(GetGlyphInfo(fnt, ch).IsNormal()) { - h |= (0x8000000 >> ((dword)ch >> 11)); + h |= (0x80000000 >> ((dword)ch >> 11)); ch |= 2047; } }