X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosUI.java;h=4d17b0d24d68e961ffe963e922634849d9ee3056;hp=90e3d7f01552bff9f77ae20109cac375ca20c20b;hb=f3e68341f6f5daaf26dd162e4f9a06c29988986a;hpb=1e976a105423f2da1842f70da531c9051ba88a7f diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 90e3d7f0..4d17b0d2 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -328,7 +328,7 @@ public class AltosUI extends JFrame { if (input.equals(output)) { System.out.printf("Not processing '%s'\n", input); } else { - AltosWriter writer = open_csv(output); + AltosWriter writer = open_csv("/dev/stdout"); if (writer != null) { writer.write(iterable); writer.close();