[Freeciv-Dev] Re: client string options: choosing from a list (v3) (PR#1
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, Aug 02, 2002 at 12:59:34PM -0700, Jason Short wrote:
> Andreas Kemnade wrote:
> > Raimar Falke writes:
>
> > > readdir(3) is in SVID 3, POSIX, BSD 4.3. You have to do the matching
> > > by yourself however.
> > opendir/readdir/closedir are even present in mingw32. So it can be
> > used on windows, too.
>
> OK, here's a new version using opendir/readdir/closedir.
>
> Will this compile on windows (it won't have GUI support yet, of course)?
> Will it compile on other platforms freeciv claims to work on?
Updated version attached. Changes:
- soundspec suffix set to ".soundspec"
- some comments added
- fixed a memory leak in audio.c
- found a real bug:
+ if (len << suffix_len
- cleaned datafilelist a bit up
- some other minor stuff
Still missing is an implementation for the GTK client.
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"USENET is *not* the non-clickable part of WWW!"
option_list-4.diff
Description: Text document
|
|