Skip to content
Snippets Groups Projects
Commit 2d0e22a4 authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@2534 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2cf7f045
No related branches found
No related tags found
No related merge requests found
......@@ -2179,7 +2179,7 @@ static int lua_fs_umount(lua_State *L)
static int lua_fs_get_real_path(lua_State *L)
{
const char *src = luaL_checkstring(L, 1);
char path = PHYSFS_getDependentPath(src);
char *path = PHYSFS_getDependentPath(src);
lua_pushstring(L, path);
free(path);
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment