Page 1 of 1

[BUG] minor... (make-dir) on windows

Posted: Tue Jun 05, 2007 11:50 am
by newdep
(make-dir "bla" 0700) does crash newlisp on windows.

Now is ofcourse the permission bit unix-only,
but it would be nicer if newlisp would ignor it instead of crashing..
(just for Platform compatility's between Unix - Windows)

Norman.

Posted: Tue Jun 05, 2007 12:11 pm
by Lutz
Thanks Norman, this bug was introduced in 9.1 when adding the 64bit compile flavor. This could also affect UNIX systems and is fixed in 9.1.8.

Lutz