Skip to content

Commit

Permalink
Oops; move the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellenaghan committed Jul 27, 2023
1 parent 3e5e0f7 commit 63e2539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/lua/loslib.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ asm(".include \"libc/disclaimer.inc\"");

#define LUA_TMPNAMBUFSIZE 32

// [jart]
#define lua_tmpnam(b,e) { \
strcpy(b, kTmpPath); \ // [jart]
strcpy(b, kTmpPath); \
strcat(b, "lua_XXXXXX"); \
e = mkstemp(b); \
if (e != -1) close(e); \
Expand Down

0 comments on commit 63e2539

Please sign in to comment.