summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_world.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 12:39:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 12:39:02 -0600
commit2cf33eff014e7de2dab04d15159c75a976f337f9 (patch)
tree2df7307ba6e1d04d777485e9fa5b7ca635f10edd /apps/graphics/traveler/src/trv_world.c
parent8b9a789357596d976105ad1e73d369ddfd189683 (diff)
downloadnuttx-2cf33eff014e7de2dab04d15159c75a976f337f9.tar.gz
nuttx-2cf33eff014e7de2dab04d15159c75a976f337f9.tar.bz2
nuttx-2cf33eff014e7de2dab04d15159c75a976f337f9.zip
Travel: Fix more initialization errors, mostly related to file path problems
Diffstat (limited to 'apps/graphics/traveler/src/trv_world.c')
-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 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;