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 | f27507a6cc914b04746f4608a217f5da21aa86a7 (patch) | |
| tree | 3dbabbfa65aa1c1df29880f186ce62073840f592 /src/io.c | |
| parent | 06868eee51e5e49581e969164ba6fef4e0e54055 (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); |
