diff options
| author | Omar Rizwan <omar@omar.website> | 2022-12-20 19:26:12 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-12-22 21:42:18 +0000 |
| commit | 763a9998e20b201a9ac3538449bec4e962a450c6 (patch) | |
| tree | 0271365603f34a9a3034092d461b05666a4c8e45 /virtual-programs | |
| parent | Merge branch 'main' of github.com:FolkComputer/folk into main (diff) | |
| download | folk-763a9998e20b201a9ac3538449bec4e962a450c6.tar.gz folk-763a9998e20b201a9ac3538449bec4e962a450c6.zip | |
pi/critclUtils.tcl -> pi/cUtils.tcl
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print.folk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk index 91b026f7..dd1e7166 100644 --- a/virtual-programs/print.folk +++ b/virtual-programs/print.folk @@ -1,6 +1,6 @@ Wish $this has filename "print.folk" -source "pi/critclUtils.tcl" +source "pi/cUtils.tcl" set cc [c create] if {[info hostname] != "scoriae.local"} { |
