#778: New feature: Challenges
---------------------------+------------------------------------------------
Reporter: Per | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 2.3
Component: other | Version: svn/trunk
Keywords: Challenge GUI | Operating_system: All/Non-Specific
Blockedby: | Blocking:
---------------------------+------------------------------------------------
Comment(by i-NoD):
Here is a C89 problem in challenge.c
new code from line 224:
dictionary *dict;
// See if this filename contains the extension we're
looking for
if (!strstr(*i, ".ini"))
{
// If it doesn't, move on to the next filename
continue;
}
ssprintf(sPath, "%s/%s", sSearchPath, *i);
dict = iniparser_load(sPath);
--
Ticket URL: <http://developer.wz2100.net/ticket/778#comment:1>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Resurrection Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev