summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-07-11 20:31:59 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-07-11 20:31:59 +0000
commit22986c92c48ed7b9e828e849bb85684269cc6232 (patch)
tree026257c8a76c624c8497864dce37df13a1870658 /test
parent9e28a66b1f58f51a1432e505b2019da82cc30161 (diff)
STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for jpeg lib to clean up on damaged file reads.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/file_chooser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx
index 9c84bebd8..847156f04 100644
--- a/test/file_chooser.cxx
+++ b/test/file_chooser.cxx
@@ -133,7 +133,7 @@ main(int argc, // I - Number of command-line arguments
window->resizable(files);
window->end();
- window->show();
+ window->show(1, argv);
Fl::run();