lua: clean up patch fuzz
Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
committed by
Hans Dedecker
parent
b61a648e4a
commit
4e800716ac
@@ -1,6 +1,6 @@
|
||||
--- a/src/lvm.c
|
||||
+++ b/src/lvm.c
|
||||
@@ -284,7 +284,8 @@ int luaV_lessthan (lua_State *L, const T
|
||||
@@ -281,7 +281,8 @@ int luaV_lessthan (lua_State *L, const T
|
||||
else
|
||||
return luai_numlt( nvalue_fast(l), cast_num(ivalue(r)) );
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
return res;
|
||||
|
||||
return luaG_ordererror(L, l, r);
|
||||
@@ -322,7 +323,8 @@ static int lessequal (lua_State *L, cons
|
||||
@@ -319,7 +320,8 @@ static int lessequal (lua_State *L, cons
|
||||
else
|
||||
return luai_numle( nvalue_fast(l), cast_num(ivalue(r)) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user