Fixed typo in JseOsLib
This commit is contained in:
@@ -120,7 +120,7 @@ public class JseOsLib extends org.luaj.vm2.lib.OsLib {
|
|||||||
if ( ! f.exists() )
|
if ( ! f.exists() )
|
||||||
throw new IOException("No such file or directory");
|
throw new IOException("No such file or directory");
|
||||||
if ( ! f.renameTo(new File(newname)) )
|
if ( ! f.renameTo(new File(newname)) )
|
||||||
throw new IOException("Failed to delete");
|
throw new IOException("Failed to rename");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String tmpname() {
|
protected String tmpname() {
|
||||||
|
|||||||
Reference in New Issue
Block a user