autoflush error stream

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@921 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent b7154b62d7
commit a82dba12c4
  1. 2
      jode/jode/GlobalOptions.java

@ -29,7 +29,7 @@ public class GlobalOptions {
public final static String URL =
"http://www.informatik.uni-oldenburg.de/~delwi/jode/jode.html";
public static PrintWriter err = new PrintWriter(System.err);
public static PrintWriter err = new PrintWriter(System.err, true);
public static int verboseLevel = 0;
public static int debuggingFlags = 0;

Loading…
Cancel
Save