Domingo Alvarez Duarte wrote:
> ... my modification is now like this:
>
> void Fl_Help_View::follow_link( Fl_Help_Link *linkp ) {
> char target[32]; // Current target
>
> const char *vlink_name;
>
> clear_selection();
>
> if( link_ ) {
> vlink_name = (*link_)(this, linkp->name);
> if(!vlink_name) return;
> } else {
> vlink_name = linkp->name;
> }
>
> strlcpy( target, vlink_name, sizeof( target ) );Please post a *diff* file to the STR, otherwise your proposal will probably not be considered. Note: That doesn't mean that it will be accepted, though, even if you do... Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
