copy the correct number of bytes

This commit is contained in:
Bill Currie 2002-10-17 19:33:06 +00:00
parent 1c2d25cd91
commit 4810046f39

View file

@ -301,7 +301,7 @@ pr_obj_msg_sendv (progs_t *pr)
if (args.count > 6)
args.count = 6;
memcpy (G_POINTER (pr, OFS_PARM2), G_POINTER (pr, args.list),
args.count * 4);
args.count * 4 * 3);
call_function (pr, imp);
}