[STR Closed w/Resolution]
Link: http://www.fltk.org/str.php?L2760
Version: 2.0-current
Fix Version: None
Yeah, bracket the code with an else:
if( !filename_exist(cs))
{
alert("%s\n%s", FILE_NOT_FOUND_s,cs);
return;
}
else
{
/* blah */
}
To be honest, you probably don't even need the "if" statement - unless
you're going to use the alert() as some form of log.
In any case, I'm going to close this STR. Feel free to continue this
discussion over at fltk.general if you need any help :)
Link: http://www.fltk.org/str.php?L2760
Version: 2.0-current
Fix Version: None
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs