Am Sonntag 27 April 2008 schrieb Melchior FRANZ:
> * Nicolas -- Tuesday 08 April 2008:
> > After precipitation patchs, I post a new patch about screenshot
> > management. With this patch, you can choose the directory destination
> > for the screenshots.
>
> Committed, thanks. Example:  --prop:sim/paths/screenshot-dir=/tmp
>

The commit creates a compile error in gui_funcs.cxx:554:

if (path.create_dir(0755)) {
...

According to sg_path.hxx 'create_dir' returns nothing (void), thus giving a 
conversion to bool error. Please fix.

Thomas



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to