summaryrefslogtreecommitdiff
path: root/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/printf.c b/printf.c
index 71f0e60..67bf279 100644
--- a/printf.c
+++ b/printf.c
@@ -139,6 +139,7 @@ static const char *convert(const char *conv, const char *operand)
/* conversion specifier */
switch (*conv) {
case 'b':
+ /* TODO: print to string, then fallthru */
return echo(operand);
case 's':