Passing wrong string for the world path
This commit is contained in:
parent
c22db2365a
commit
0f6c4e0814
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user