From fd0c916341d6d133e2e4a160a6aa4ee481c35dc1 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 14 Jul 2015 09:24:19 -0500 Subject: [PATCH] fixings~ about to shiftjis! modified: fontgfx.exe modified: src/fontgfx.c --- fontgfx.exe | Bin 42631 -> 42631 bytes src/fontgfx.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fontgfx.exe b/fontgfx.exe index a601fc6a763e689ceb67156e1bf0ed25cb366138..49d50e57efece10f7f029fcea009a26a9c1d20bb 100644 GIT binary patch delta 16 XcmZoa%hZ0BX+sYaW8LOnreBKzJW~fr delta 16 XcmZoa%hZ0BX+sYaqxj}treBKzIq3%C diff --git a/src/fontgfx.c b/src/fontgfx.c index 90cc0b9e..386d8bed 100644 --- a/src/fontgfx.c +++ b/src/fontgfx.c @@ -36,7 +36,7 @@ void main(int argc, char near *argv[]) //getch(); chx=0; chy=0; - for(e=''; e<=''; e++) + for(e=''; e<='~'; e++) { modexprint(chx, chy, 1, 15, &e); chx+=8; -- 2.11.0