Skip to content

Commit 848ca24

Browse files
committed
luajit.cpp
1 parent 01b50a6 commit 848ca24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

section4/luajit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ void case1()
6262

6363
auto package = getGlobal(L, "package");
6464

65-
auto path = package["path"];
66-
auto cpath = package["cpath"];
65+
string path = package["path"];
66+
string cpath = package["cpath"];
6767

6868
cout << path << endl;
6969
cout << cpath << endl;

0 commit comments

Comments
 (0)