Passing wrong string for the world path

This commit is contained in:
Gregory Nutt 2014-12-08 11:47:28 -06:00
parent c22db2365a
commit 0f6c4e0814

View File

@ -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 */