From 233c59b9c27c8b31d3533abebccb6b8f9ae04b82 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sat, 27 Jan 2007 22:31:47 +0200 Subject: [PATCH] l_set_option: Correct the args to option_changed(). Should have been in commit 2e5488ba3d389169c727f4d562cba1ae32f4b3db. --- src/scripting/lua/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/lua/core.c b/src/scripting/lua/core.c index c50d43e53..469bf4e25 100644 --- a/src/scripting/lua/core.c +++ b/src/scripting/lua/core.c @@ -537,7 +537,7 @@ l_set_option(LS) } /* Call hook */ - option_changed(lua_ses, opt, opt); + option_changed(lua_ses, opt); return 1; lua_error: