human68k: also fill the entire args buffer with zeros, for proper last argument termination

This commit is contained in:
Karoly Balogh 2023-12-03 23:46:56 +01:00
parent 3cd2cbcda8
commit 5c93f3e271

View File

@ -159,7 +159,7 @@ begin
argl:=1;
args:=getmem(argl+1);
fillchar(args^,argl,#0);
fillchar(args^,argl+1,#0);
argsp:=args;
while p^ <> #0 do