aat

git mirror of https://ccx.te2000.cz/bzr/aat
git clone https://ccx.te2000.cz/git/aat
Log | Files | Refs | README

commit 774792d522f9347076cf7064311f462461160093
parent e04daa7f6bbcd9b0d0086a00b63cd8a6b8679303
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Mon, 16 Sep 2013 18:59:30 +0200

forgot to loop_end()
Diffstat:
Mdata.awk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.awk b/data.awk @@ -99,6 +99,6 @@ END { print get("name") "-" get("value") for(d2=loop_start("spam", "i_"); loop_iter(d2);) { print get("eggs") + get("i_eggs") - } + } loop_end() } loop_end() }