On Thu, Aug 15, 2002 at 01:31:03PM -0700, freeciv@xxxxxxxxxxxxxxxxxxx wrote:
Add the ability to choose from a set of string options in the local
options dialog. A new callback function p_string_vals was added to the
client options to return this set.
This new input method is currently used for the audio plugin, the
soundset and the tileset. For the last two the new function
datafilelist (in common/shared) was added.
Splint found an error:
common/shared.c: (in function datafilelist)
common/shared.c:903:47: Value file_list[] may be used after being released (in
post loop test)
Memory (through fetch) is used after it may have been released (either by
passing as an only param or assigning to an only global). (Use
-strictusereleased to inhibit warning)
common/shared.c:904:12: Storage file_list[] released