diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-05 06:00:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-05 06:00:36 +0200 |
commit | 264a7667d91d9399adc964d2a75f8b4e847cb972 (patch) | |
tree | 45771b32114994f8e2056b49b312599ca19d4900 /io.c | |
parent | 39ee1c0c3dc958bd2600ea66609701adb0bf5888 (diff) | |
parent | a76a789747458e3690e44ee81332099a3f80c156 (diff) | |
download | egawk-264a7667d91d9399adc964d2a75f8b4e847cb972.tar.gz egawk-264a7667d91d9399adc964d2a75f8b4e847cb972.tar.bz2 egawk-264a7667d91d9399adc964d2a75f8b4e847cb972.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3968,7 +3968,7 @@ init_output_wrapper(awk_output_buf_t *outbuf) outbuf->mode = NULL; outbuf->fp = NULL; outbuf->opaque = NULL; - outbuf->redirected = false; + outbuf->redirected = awk_false; outbuf->gawk_fwrite = gawk_fwrite; outbuf->gawk_fflush = gawk_fflush; outbuf->gawk_ferror = gawk_ferror; |