newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: newdep on June 05, 2007, 04:50:06 AM

Title: [BUG] minor... (make-dir) on windows
Post by: newdep on June 05, 2007, 04:50:06 AM
(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.
Title:
Post by: Lutz on June 05, 2007, 05:11:28 AM
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