From 8f3b3d56d905a515653fc60f30f88ae04525c903 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Dec 2014 11:47:28 -0600 Subject: Passing wrong string for the world path --- apps/graphics/traveler/src/trv_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/graphics') 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 */ -- cgit v1.2.3