Check-in by ben on 2026-02-21 21:37:49 Remove duplicate argument "out" from function print_html() INSERTED DELETED 1 1 src/web.awk 1 1 TOTAL over 1 changed file Index: src/web.awk ================================================================== --- src/web.awk +++ src/web.awk @@ -120,11 +120,11 @@ unlink(curlcfg) return } -function print_html(out, html, cmd, marker, out, work) { +function print_html(out, html, cmd, marker, work) { out = "" work = gettemp() gsub(/\\n/, "
", html) print html >work