commit | 2c6f563216da4fd38626b59cbd01774bbc0e2a71 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 11 21:21:14 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 11 21:21:14 2018 +0100 |
tree | cc3ffa0f9c461b69767032833742ca2eec30a846 | |
parent | c008a73762ebe4ce0dc8bc7741a887d394b6fb6f [diff] [blame] |
bc: tweak comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/bc.c b/miscutils/bc.c index 9f05cad..143bb64 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c
@@ -5586,8 +5586,9 @@ static void bc_program_printString(const char *str) { #if ENABLE_DC - // Huh? Example when this happens? if (!str[0]) { + // Example: echo '[]ap' | dc + // should print two bytes: 0x00, 0x0A bb_putchar('\0'); return; }