initial f200 touchscreen support
[ginge.git] / loader / llibc.c
index 7885372..3a0205f 100644 (file)
@@ -165,7 +165,7 @@ void g_fprintf(int fd, const char *fmt, ...)
 
     zeropad = *s == '0';
     justify = parse_dec(&s);
-    if (*s == 'l')
+    if (*s == 'l' || *s == 'z')
       s++; // ignore for now
     if (*s == 's') {
       char *ns = va_arg(ap, char *);