When openning a file, in case of creation, use the default mode as stated in sys/stat.h
modified libpkg/lua_scripts.c
@@ -34,6 +34,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -155,7 +156,7 @@ lua_io_open(lua_State *L)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|