From 2cf33eff014e7de2dab04d15159c75a976f337f9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Dec 2014 12:39:02 -0600 Subject: Travel: Fix more initialization errors, mostly related to file path problems --- apps/graphics/traveler/src/trv_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/graphics/traveler/src/trv_world.c') diff --git a/apps/graphics/traveler/src/trv_world.c b/apps/graphics/traveler/src/trv_world.c index 084a1ea74..097205b98 100644 --- a/apps/graphics/traveler/src/trv_world.c +++ b/apps/graphics/traveler/src/trv_world.c @@ -415,7 +415,7 @@ static int trv_manage_wldfile(INIHANDLE inihandle, FAR const char *wldpath) return ret; } - ret = trv_load_bitmapfile(filename); + ret = trv_load_bitmapfile(filename, wldpath); free(filename); return ret; -- cgit v1.2.3