Improve compatibility with luaj 1.0

This commit is contained in:
James Roseborough
2010-04-20 14:43:30 +00:00
parent 29f23222c2
commit 68b260efdd
3 changed files with 11 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ import java.io.IOException;
public class JseOsLib extends org.luaj.vm2.lib.OsLib {
/** return code indicating the execute() threw an I/O exception */
public static int EXEC_IOEXCEPTION = -1;
public static int EXEC_IOEXCEPTION = 1;
/** return code indicating the execute() was interrupted */
public static int EXEC_INTERRUPTED = -2;