diff options
| author | Omar Rizwan <omar@omar.website> | 2023-05-26 03:49:26 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-05-26 03:49:26 +0000 |
| commit | f472f8a7a57caef18b282f14bfb08f810ac78775 (patch) | |
| tree | 5241b504efcb3ea178127a9ad88cf3ee16014d79 /lib | |
| parent | Implement bidirectional peering & receive statements (diff) | |
| download | folk-f472f8a7a57caef18b282f14bfb08f810ac78775.tar.gz folk-f472f8a7a57caef18b282f14bfb08f810ac78775.zip | |
WIP: Start implementing AprilTag detector. defineFolkImages shm
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/c.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} { |
