bc: tweak comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-12-11 21:21:14 +01:00
parent c008a73762
commit 2c6f563216

View File

@ -5586,8 +5586,9 @@ static char *bc_program_name(char *code, size_t *bgn)
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;
}