aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin.c b/builtin.c
index 44c484f5..8247ca33 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2364,8 +2364,7 @@ do_print_rec(int nargs, int redirtype)
if (fp == NULL)
return;
- if (! field0_valid)
- (void) get_field(0L, NULL); /* rebuild record */
+ (void) get_field(0L, NULL); /* rebuild record if necessary */
f0 = fields_arr[0];