diff exporters.pde @ 6:07ddf9cfc6c2

Cast char to int where needed and other related operations.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jul 2018 21:27:18 +0300
parents a2d09299dce5
children c848a6133cfc
line wrap: on
line diff
--- a/exporters.pde	Tue Jul 03 21:22:49 2018 +0300
+++ b/exporters.pde	Tue Jul 03 21:27:18 2018 +0300
@@ -1323,7 +1323,7 @@
         limitter = 16;
     }
     molox = 1;
-    command('O'); //special clear screen
+    command(int('O')); //special clear screen
     if (g_multic == 1 || g_hzoomer == 2) {
         molox = 2;
     }