]> 4ch.mooo.com Git - 16.git/commitdiff
about to do jis extentions~
authorsparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:14:19 +0000 (09:14 -0500)
committersparky4 <sparky4@cock.li>
Tue, 14 Jul 2015 14:14:19 +0000 (09:14 -0500)
modified:   fontgfx.exe
modified:   src/fontgfx.c

fontgfx.exe
src/fontgfx.c

index 32fd5acf7feb5b16746c3340fdacfe15599c9c16..ad591b163778b3a81358808d744206f7b50b38b5 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 64d07cd8c0dbda4a675e98266faf749cc16beadb..3d9d2e0c5602de5b3be83f98184418f3f043603e 100644 (file)
@@ -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;