Skip to content

Commit 23e1c9f

Browse files
author
dude719
authored
Update RemoteCode.c
1 parent 2b47de9 commit 23e1c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteCode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ LONG PushAllParameters( IN PCODE_BUFFER Buffer, IN BOOLEAN right_to_left )
344344
size += Parameter( Buffer, Param );
345345

346346
FreeParameter( Param );
347-
Buffer->Params[i - 1] = NULL;
347+
Buffer->Params[i] = NULL;
348348

349349
Buffer->ParamCount += 1;
350350
}

0 commit comments

Comments
 (0)