ussg

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ea8a1bacdd8aebbd919ed7b8ac6b4751ec0c3d75
parent 5e87ac36f957c5dab0c675a864cca44e613f8587
Author: Ellenor Bjornsdottir <ellenor@umbrellix.net>
Date:   Mon, 12 Sep 2022 10:34:37 +0000

typo

Diffstat:
Mussg-page | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ussg-page b/ussg-page @@ -277,7 +277,7 @@ proc picktmpfilename {filename} { if {[llength $arg] == 2} { set outputfile [lindex $arg 1]] - if {$ouputfile == "-"} { + if {$outputfile == "-"} { } else { # In the positive, output file desc is already set correctly. # Alternatively... @@ -337,7 +337,7 @@ proc parseheader {lin} { foreach headersfd $::headersfds { while {![eof $headersfd]} { gets $headersfd lin - parseheader $lin + if {$lin != ""} {parseheader $lin} } # we are done, we can close the header now. close $headersfd