Skip to content
Snippets Groups Projects
Commit 0af80377 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

small fix in file_chooser

parent e87fe9b8
Branches
Tags
No related merge requests found
// $Id: Callbacks.cpp,v 1.119 2002-04-25 18:06:15 geuzaine Exp $
// $Id: Callbacks.cpp,v 1.120 2002-05-01 21:11:53 geuzaine Exp $
#include <sys/types.h>
#include <signal.h>
......@@ -81,7 +81,10 @@ int file_chooser(int multi, const char* message, const char* pat){
while (fc->shown()) Fl::wait();
if(fc->value())
return fc->count();
else
return 0;
}
char* file_chooser_get_name(int num){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment