summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-05-26 03:49:26 +0000
committerOmar Rizwan <omar@omar.website>2023-05-26 03:49:26 +0000
commitf472f8a7a57caef18b282f14bfb08f810ac78775 (patch)
tree5241b504efcb3ea178127a9ad88cf3ee16014d79 /lib
parentImplement bidirectional peering & receive statements (diff)
downloadfolk-f472f8a7a57caef18b282f14bfb08f810ac78775.tar.gz
folk-f472f8a7a57caef18b282f14bfb08f810ac78775.zip
WIP: Start implementing AprilTag detector. defineFolkImages shm
Diffstat (limited to 'lib')
-rw-r--r--lib/c.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c.tcl b/lib/c.tcl
index 81819606..bd6e6951 100644
--- a/lib/c.tcl
+++ b/lib/c.tcl
@@ -161,7 +161,7 @@ namespace eval c {
set frame [info frame -2]
if {[dict exists $frame line] && [dict exists $frame file] &&
[dict get $frame line] >= 0} {
- #subst {#line [dict get $frame line] "[dict get $frame file]"}
+ subst {#line [dict get $frame line] "[dict get $frame file]"}
} else { list }
}
::proc code {newcode} {