Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Manistein committed Nov 11, 2020
1 parent 8a3e8d1 commit 6322b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/part08/test/p8_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void p8_test_main() {
struct lua_State* L = luaL_newstate();
luaL_openlibs(L);

int ok = luaL_loadfile(L, "../dummylua/scripts/part08_test.lua");
int ok = luaL_loadfile(L, "./scripts/part08_test.lua");
if (ok == LUA_OK) {
luaL_pcall(L, 0, 0);
}
Expand Down

0 comments on commit 6322b23

Please sign in to comment.