mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 21:19:06 +00:00
Extend the simulator to provide special initialization for the Traveler game
This commit is contained in:
parent
3c55c8c6bf
commit
c22db2365a
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue