diff options
| author | ame <[email protected]> | 2024-01-19 12:27:39 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-01-19 12:27:39 -0600 |
| commit | 528a68b01c59f5e28b1c7a4cb7937d2b26879eb3 (patch) | |
| tree | 3dbabbfa65aa1c1df29880f186ce62073840f592 /src/io.c | |
| parent | 3f562b10d7e7eff3b3aa9fd81453c31f9c01a333 (diff) | |
wtf
Diffstat (limited to 'src/io.c')
| -rw-r--r-- | src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ void i_pprint(lua_State* L, int indent, int skip_indent){ break; case LUA_TFUNCTION: if(!skip_indent) print_indentation(indent); - printf(color_yellow"(fn)"color_reset); + printf(color_yellow"(%p)"color_reset, lua_topointer(L, -1)); break; default: if(!skip_indent) print_indentation(indent); |
