aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/test-programs/gen-float-table.awk
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/eg/test-programs/gen-float-table.awk')
-rw-r--r--awklib/eg/test-programs/gen-float-table.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/awklib/eg/test-programs/gen-float-table.awk b/awklib/eg/test-programs/gen-float-table.awk
index c35f2dff..ea6269c3 100644
--- a/awklib/eg/test-programs/gen-float-table.awk
+++ b/awklib/eg/test-programs/gen-float-table.awk
@@ -50,8 +50,8 @@ BEGIN {
values[i],
names[k],
compare[j],
- the_func(values[i], compare[j]) ?
- "true" : "false");
+ @the_func(values[i], compare[j]) ?
+ "True" : "False");
}
printf("\n");
}