From: andy Date: Wed, 15 Mar 2006 18:10:29 +0000 (+0000) Subject: Add the I/O library, but comment it out until we figure out how to do this securely X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a9ea5223884dceca51c32e32fcb7d0f9f60102c8;p=flightgear.git Add the I/O library, but comment it out until we figure out how to do this securely --- diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index dcdf9fe49..fda06b465 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -361,6 +361,10 @@ void FGNasalSys::init() // Add in the math library under "math" hashset(_globals, "math", naMathLib(_context)); + // Add in the IO library. Disabled currently until after the + // 0.9.10 release. + // hashset(_globals, "io", naIOLib(_context)); + // Add our custom extension functions: for(i=0; funcs[i].name; i++) hashset(_globals, funcs[i].name,