diff options
author | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
commit | a24f5572a38caa47a19c1f8a9bcea43d7ed88d1e (patch) | |
tree | 430d87a9dc4d99f43f5696d95a5e54b4f5916970 /src/jin/main.cpp | |
parent | 1a2d615c0d1cd67a8b5a52595b28b2dfcbfc4186 (diff) |
*修改头
Diffstat (limited to 'src/jin/main.cpp')
-rw-r--r-- | src/jin/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jin/main.cpp b/src/jin/main.cpp index 2144fbc..029436d 100644 --- a/src/jin/main.cpp +++ b/src/jin/main.cpp @@ -20,7 +20,6 @@ static void setParamters(lua_State* L, int argc, char* args[]) luax_setfield(L, -2, "args"); // Push current working directory. // Absolute directory. - // An 1KB buffer. Buffer cwd = Buffer(1024); #ifdef _WIN32 _getcwd((char*)&cwd, cwd.size()); |