diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-07-06 21:31:22 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-07-06 21:31:22 -0400 |
commit | ce342a04922797cb53557178c54d32c4efafda16 (patch) | |
tree | d92372e30a992d950705e1f234bea5ac6405bd67 /io.c | |
parent | f8424b236fabb881cc977b9e8e2e7c8debf56da0 (diff) | |
download | egawk-ce342a04922797cb53557178c54d32c4efafda16.tar.gz egawk-ce342a04922797cb53557178c54d32c4efafda16.tar.bz2 egawk-ce342a04922797cb53557178c54d32c4efafda16.zip |
Document string termination in header files and remove no-longer-needed string termination logic in various places.
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -480,7 +480,6 @@ nextfile(IOBUF **curfile, bool skipping) if (arg == NULL || arg->stlen == 0) continue; arg = force_string(arg); - arg->stptr[arg->stlen] = '\0'; if (! do_traditional) { unref(ARGIND_node->var_value); ARGIND_node->var_value = make_number((AWKNUM) i); |