this comes from not using tabs ... sigh
This commit is contained in:
parent
b5cdfeb2b8
commit
7cc783c2f5
1 changed files with 13 additions and 13 deletions
|
@ -142,7 +142,7 @@ var writexml = func(path, node, indent = "\t", prefix = "___") {
|
|||
die("writexml(): tree has more than one root node");
|
||||
}
|
||||
|
||||
# Redefine io.open() such that files can only be written under authorized directories.
|
||||
# Redefine io.open() such that files can only be opened under authorized directories.
|
||||
#
|
||||
_setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||
var _open = open;
|
||||
|
|
Loading…
Reference in a new issue