aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r--miscutils/bc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 53eb5c799..02a61ac49 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -6448,7 +6448,7 @@ static BC_STATUS zdc_program_printStream(void)
6448 char *str; 6448 char *str;
6449 idx = (r->t == XC_RESULT_STR) ? r->d.id.idx : n->rdx; 6449 idx = (r->t == XC_RESULT_STR) ? r->d.id.idx : n->rdx;
6450 str = *xc_program_str(idx); 6450 str = *xc_program_str(idx);
6451 fputs(str, stdout); 6451 fputs_stdout(str);
6452 } 6452 }
6453 6453
6454 RETURN_STATUS(s); 6454 RETURN_STATUS(s);