whoops, wrong quotes
This commit is contained in:
parent
cf9f30cb11
commit
875b99c90e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue