mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 19:55:40 +02:00
renamed to pierog, extracted socket and file writers
This commit is contained in:
@@ -44,7 +44,7 @@ void luaK_nil (FuncState *fs, int from, int n) {
|
||||
if (GET_OPCODE(*previous) == OP_LOADNIL) {
|
||||
int pfrom = GETARG_A(*previous);
|
||||
int pto = GETARG_B(*previous);
|
||||
if (pfrom <= from && from <= pto+1) { /* can connect both? */
|
||||
if (pfrom <= from && from <= pto+1) { /* can _connect both? */
|
||||
if (from+n-1 > pto)
|
||||
SETARG_B(*previous, from+n-1);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user