From 4e699214a9fc35ede70becbd7f5e242732a8c50c Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 9 Dec 2024 22:22:04 -0500 Subject: 2024.9 --- 2024/tcl/lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024/tcl/lib.tcl') diff --git a/2024/tcl/lib.tcl b/2024/tcl/lib.tcl index 588a5e8..9222b78 100644 --- a/2024/tcl/lib.tcl +++ b/2024/tcl/lib.tcl @@ -13,7 +13,7 @@ proc setup {n {mode lines}} { close $fd } data { - set input [read $fd] + set input [string trim [read $fd]] close $fd } fd { -- cgit v1.2.3-70-g09d2