Extend the simulator to provide special initialization for the Traveler game

This commit is contained in:
Gregory Nutt 2014-12-08 10:54:58 -06:00
parent 3c55c8c6bf
commit c22db2365a

View File

@ -449,7 +449,8 @@ int trv_world_create(FAR const char *wldpath, FAR const char *wldfile)
if (!inihandle)
{
fprintf(stderr, "ERROR: Could not open INI file=\"%s\"\n", fullpath);
fprintf(stderr, "ERROR: Could not open INI file=\"%s/%s\"\n",
wldpath, wldfile);
return -ENOENT;
}