summaryrefslogtreecommitdiff
path: root/apps/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics')
-rw-r--r--apps/graphics/traveler/src/trv_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/src/trv_world.c b/apps/graphics/traveler/src/trv_world.c
index 76a837d0b..084a1ea74 100644
--- a/apps/graphics/traveler/src/trv_world.c
+++ b/apps/graphics/traveler/src/trv_world.c
@@ -456,7 +456,7 @@ int trv_world_create(FAR const char *wldpath, FAR const char *wldfile)
/* Load the world file data */
- ret = trv_manage_wldfile(inihandle, wldfile);
+ ret = trv_manage_wldfile(inihandle, wldpath);
/* Close the INI file and return */