Minor correction to my r14237 commit. Forgot to delete "++".

svn path=/trunk/; revision=14239
This commit is contained in:
Filip Navara 2005-03-20 21:44:58 +00:00
parent a9c2167a20
commit 8b0ad6b22f

View file

@ -505,7 +505,7 @@ static void marshall_in_arguments(func_t *func, unsigned int *type_offset)
print_client("*((");
write_type(client, var->type, NULL, var->tname);
fprintf(client, " __RPC_FAR*)_StubMsg.Buffer)++ = ");
fprintf(client, " __RPC_FAR*)_StubMsg.Buffer) = ");
if (var->ptr_level == 1)
fprintf(client, "*");
write_name(client, var);