summaryrefslogtreecommitdiffstats
path: root/apps/graphics
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 10:54:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 10:54:58 -0600
commit67b3d1c514e4c375f5ae54c4ba07d0560661c5fb (patch)
tree711f382f0efb997a4d381d2c4946bf40eeb64175 /apps/graphics
parent99910efe810ae553c030cec41d1c152b62dbf9cb (diff)
Extend the simulator to provide special initialization for the Traveler game
Diffstat (limited to 'apps/graphics')
-rw-r--r--apps/graphics/traveler/src/trv_world.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/graphics/traveler/src/trv_world.c b/apps/graphics/traveler/src/trv_world.c
index f48e23f2a7..76a837d0b5 100644
--- a/apps/graphics/traveler/src/trv_world.c
+++ b/apps/graphics/traveler/src/trv_world.c
@@ -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;
}