X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lua%2Fbase.cpkg;h=221e2a0e3c6753228a5229e54eb8e0150b34fedb;hp=f9b7304567007a22636d86a115d62f8f22013c38;hb=1681dff7a1b69b0dad31d515c466439548b71f94;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac diff --git a/lib-lua/base.cpkg b/lib-lua/base.cpkg index f9b7304..221e2a0 100644 --- a/lib-lua/base.cpkg +++ b/lib-lua/base.cpkg @@ -7,7 +7,7 @@ @type quadopt_t { .ctype = unsigned : 2; .check = luaM_checkquadopt($L, $$); - .push = lua_pushinteger($L, $$); + .push = luaM_pushquadopt($L, $$); }; @type string_t {