mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
l_set_option: Correct the args to option_changed().
Should have been in commit 2e5488ba3d
.
This commit is contained in:
parent
90f1fc5a62
commit
233c59b9c2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user