Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#11936) get_option is undefined!
Home

[Freeciv-Dev] (PR#11936) get_option is undefined!

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11936) get_option is undefined!
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 15 Jan 2005 02:54:07 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11936 >

civserver.c and civclient.c use the get_option() function.

But this function is undefined!  shared.[ch] no longer provides 
get_option() only get_option_malloc()!  However on Linux you'll never 
notice a problem because the get_option function is provided globally 
(which is a potential problem in itself).

In the development branch the correct get_option_malloc() is used.  But 
somehow the backporting of PR#11168 broke the patch.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11936) get_option is undefined!, Jason Short <=