aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog/labels.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-20 22:49:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-20 22:49:15 +0200
commit14c5019fd055fcf91f333c2bb81627719766a9ba (patch)
tree620d71eac652d88fa95b1f01782ad0ac9064afaa /awklib/eg/prog/labels.awk
parent1267f2e3fe6b45d62ce933c765aa9b5cdc14074f (diff)
downloadegawk-14c5019fd055fcf91f333c2bb81627719766a9ba.tar.gz
egawk-14c5019fd055fcf91f333c2bb81627719766a9ba.tar.bz2
egawk-14c5019fd055fcf91f333c2bb81627719766a9ba.zip
Doc updates.
Diffstat (limited to 'awklib/eg/prog/labels.awk')
-rw-r--r--awklib/eg/prog/labels.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/awklib/eg/prog/labels.awk b/awklib/eg/prog/labels.awk
index eaab49fc..abf53c3b 100644
--- a/awklib/eg/prog/labels.awk
+++ b/awklib/eg/prog/labels.awk
@@ -2,6 +2,7 @@
#
# Arnold Robbins, arnold@skeeve.com, Public Domain
# June 1992
+# December 2010, minor edits
# Each label is 5 lines of data that may have blank lines.
# The label sheets have 2 blank lines at the top and 2 at
@@ -29,8 +30,7 @@ function printpage( i, j)
printf "\n\n" # footer
- for (i in line)
- line[i] = ""
+ delete line
}
# main rule