Extend the simulator to provide special initialization for the Traveler game
This commit is contained in:
parent
3c55c8c6bf
commit
c22db2365a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user