Hi Georg,

Of course it should be rejected since you applied it to too new code.

The patch is for 0.9.11-pre2 release, not for CVS head.
Check out source files using -r RELEASE_0_9_11_pre2 option and apply  
it again.

Best,

Tat

On Dec 8, 2007, at 6:37 PM, Georg Vollnhals wrote:

> Hi Tat,
>
> I tried your diff but my actual CVS source (did a fresh update before
> applying the diff) gives some rejections.
> It might be that you build the diff against an older source?
>
> Here an example of one rejection:
>
> *****************************
> AIBase.cxx
> *****************************
>
> ***************
> *** 179,185 ****
>
>      }
>
>> From your diff:
>
> -     if (model) {
>          aip.init( model );
>          aip.setVisible(true);
>          invisible = false;
> --- 180,188 ----
>
> Actual CVS:
>
> if (model.get()) {
>        aip.init( model.get() );
>        aip.setVisible(true);
>        invisible = false;
>
>      }
>
> ...
>
> Regards
> Georg
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to