diff options
Diffstat (limited to 'filter.c')
| -rw-r--r-- | filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -210,7 +210,7 @@ static inline int hook_lua_filter(lua_State *lua_state, void (*fn)(const char *t | |||
| 210 | str = lua_tostring(lua_state, 1); | 210 | str = lua_tostring(lua_state, 1); |
| 211 | if (!str) | 211 | if (!str) |
| 212 | return 0; | 212 | return 0; |
| 213 | 213 | ||
| 214 | save_filter_write = filter_write; | 214 | save_filter_write = filter_write; |
| 215 | save_filter = current_write_filter; | 215 | save_filter = current_write_filter; |
| 216 | unhook_write(); | 216 | unhook_write(); |
