mohitsh / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Permissions not right on Linux Directory.Make() with patch! #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you make a directory in linux, the permissions need to be set to 766
(linux uses the eXecute bit on directory as permission to allow access to a
directory).  The mode is currently set to 0666 on line 112 of
jsio/directory.cpp  This should not affect windows performance at all.

diff -u patch is attached, I don't remember if you can use 'patch' with MSVC.

Oh, yeah.  Thanks for open-sourcing the software.  I'm using it to do
monkey-coding conversion of bizarre, proprietary question formats to
standard QTI formats for the US Navy, doing a year's work in 4 weeks,
because you just *can* with fast, sloppy javascript.

Glenn Griffin / glenn@griffin3.com

Original issue reported on code.google.com by Griffin3...@gmail.com on 20 May 2008 at 7:42

Attachments:

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by sou...@gmail.com on 20 May 2008 at 8:40