summaryrefslogtreecommitdiff
path: root/src/flpsed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/flpsed.cxx')
-rw-r--r--src/flpsed.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/flpsed.cxx b/src/flpsed.cxx
index 6482d9d..3ffda53 100644
--- a/src/flpsed.cxx
+++ b/src/flpsed.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: flpsed.cxx,v 1.13 2004/10/11 14:44:47 hofmann Exp $"
+// "$Id: flpsed.cxx,v 1.14 2004/10/12 16:41:43 hofmann Exp $"
//
// flpsed program.
//
@@ -198,10 +198,10 @@ int main(int argc, char** argv) {
window.show(1, argv);
- // for (int i=0; i<100; i++) Fl::check();
- // if (argc >= 2) {
- // gsw_p->load(argv[1]);
- // }
+
+ if (argc >= 2) {
+ gsw_p->load(argv[1]);
+ }
return Fl::run();
}