1
0
Fork 0

whoops, wrong quotes

This commit is contained in:
mfranz 2008-06-22 12:17:02 +00:00
parent cf9f30cb11
commit 875b99c90e

View file

@ -203,7 +203,7 @@ _setlistener("/sim/signals/nasal-dir-initialized", func {
if(mode == "r" or mode == "rb" or mode == "br")
rules = read_rules;
if(path[0] != '/')
if(path[0] != `/`)
path = curr ~ '/' ~ path;
var fpath = string.fixpath(path);