Hi Jester,

Thanks, it works!

On Feb 7, 2008, at 1:00 AM, Csaba Halász wrote:

> On Feb 6, 2008 4:50 PM, Tatsuhiro Nishioka <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I've been testing fgcom, and I got a segfault.
>> It shows "No free call appearances." and then bang!
>>
>> Does anyone know how to fix this?
>>
>> According to gdb, it occures when trying to send a text message "HIER DIE 
>> KOORDINATEN USW."
>
> I thought Holger fixed that it svn already. Anyway, just comment out that 
> block.
>
> Regards,
> Csaba/Jester
>
>
> Index: fgcom.cpp
> ===================================================================
> --- fgcom.cpp   (revision 84)
> +++ fgcom.cpp   (working copy)
> @@ -536,6 +536,7 @@
> {
>   /* Check every DEFAULT_ALARM_TIMER seconds if position related
> things should happen */
>
> +#if 0
>   /* Send our coords to the server */
>   if (initialized == 1)
>     {
> @@ -545,6 +546,7 @@
>       iaxc_send_text (tmp);
>       iaxc_dump_call ();
>     }
> +#endif
>
>   if (check_special_frq (selected_frequency))
>     {
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to