From 67b3d1c514e4c375f5ae54c4ba07d0560661c5fb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Dec 2014 10:54:58 -0600 Subject: Extend the simulator to provide special initialization for the Traveler game --- apps/graphics/traveler/src/trv_world.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/graphics/traveler') diff --git a/apps/graphics/traveler/src/trv_world.c b/apps/graphics/traveler/src/trv_world.c index f48e23f2a..76a837d0b 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; } -- cgit v1.2.3