From 22986c92c48ed7b9e828e849bb85684269cc6232 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 11 Jul 2005 20:31:59 +0000 Subject: 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 --- test/file_chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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(); -- cgit v1.2.3