short (8 bit) replaced by char
[fw/sdcc] / device / lib / vprintf.c
index a0b2d4c14e7b34ce1d6a6fcce67f90b89f1039bd..ba7dd88600d486356eed756f7216808fe4fae517 100644 (file)
@@ -72,7 +72,7 @@ static bit   lsd;
 /* this one NEEDS to be in data */
 static data value_t value;
 
-static unsigned short radix;
+static unsigned char radix;
 
 // jwk: TODO: this makes the whole dammed thing nonreentrent
 static int charsOutputted;