widl: Replace erroneously removed current_func assignment.

This accidentally came out and should not have.  Thanks to Eric Kohl
for pointing this out to me.
This commit is contained in:
Dan Hipschman 2007-05-18 16:52:25 -07:00 committed by Alexandre Julliard
parent e5256d9840
commit 18724eaeb8
1 changed files with 2 additions and 0 deletions

View File

@ -1582,6 +1582,8 @@ static size_t process_tfs(FILE *file, const ifref_list_t *ifaces, int for_object
LIST_FOR_EACH_ENTRY( func, iface->iface->funcs, const func_t, entry )
{
if (is_local(func->def->attrs)) continue;
current_func = func;
if (func->args)
LIST_FOR_EACH_ENTRY( var, func->args, const var_t, entry )
var->type->typestring_offset