summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 11:47:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 11:47:28 -0600
commit8f3b3d56d905a515653fc60f30f88ae04525c903 (patch)
treed88c5732237444b4b9885ab5934ac92d8621456e /apps
parent216e31e835f6b2c9ce73f683b8b509e9b5ecd7ab (diff)
downloadnuttx-8f3b3d56d905a515653fc60f30f88ae04525c903.tar.gz
nuttx-8f3b3d56d905a515653fc60f30f88ae04525c903.tar.bz2
nuttx-8f3b3d56d905a515653fc60f30f88ae04525c903.zip
Passing wrong string for the world path
Diffstat (limited to 'apps')
-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 */