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

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

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

Post 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.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked