aboutsummaryrefslogtreecommitdiff
path: root/tc.printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc.printf.c')
-rw-r--r--tc.printf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tc.printf.c b/tc.printf.c
index dca375a89019..8e94e590de73 100644
--- a/tc.printf.c
+++ b/tc.printf.c
@@ -305,7 +305,9 @@ doprnt(void (*addchar) (int), const char *sfmt, va_list ap)
case 's':
case 'q':
bp = va_arg(ap, char *);
+#ifdef SHORT_STRINGS
lcase_s:
+#endif
if (!bp)
bp = snil;
f_width = f_width - strlen(bp);