1
0
Fork 0

this comes from not using tabs ... sigh

This commit is contained in:
mfranz 2008-06-16 07:16:10 +00:00
parent b5cdfeb2b8
commit 7cc783c2f5

View file

@ -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;