On 07.05.2012 09:17, David Currie wrote:
> I have STR'd the changes to STR 2838 please Note

Thanks.

> 0) I could only attach 1 diff file (Fl_Text_Display.cxx.diff) but also have 
> (Fl_Text_Display.H.diff) which the form only let me add 1.
>    Instructions?

Just go to the STR form and use the "Post File" link to add the other
file.

For the future: you can have more than one diff in one file, but
you need to run diff from a common parent directory so that it
can serve as a patch file. For instance, if you have two FLTK
root dir's, named fltk_original and fltk_patched, then go to
their common parent directory, and run

$ diff -ru fltk_original/ fltk_patched/

There may be more useful flags, and other ways, but this will
make sure that the patch file can be used with one patch command.
However, you may need to "make clean" or "make distclean" before
you run the diff to avoid having other files in the diff. Maybe.

I'll take a deeper look into it after you posted the header diffs,
and post my comments then.

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to