fixing some issues with saving files

This commit is contained in:
benfry
2004-06-20 23:52:56 +00:00
parent 9e9a78c116
commit 454aac5461
5 changed files with 21 additions and 6 deletions

View File

@@ -73,9 +73,9 @@ public class PdeCode {
//history.record(s, PdeHistory.SAVE);
try {
System.out.println("saving to " + file);
System.out.println("stuff to save: " + program);
System.out.println("-------");
//System.out.println("saving to " + file);
//System.out.println("stuff to save: " + program);
//System.out.println("-------");
PdeBase.saveFile(program, file);
} catch (Exception e) {