Re: widl: Add a missing assignment to current_structure before calling write_embedded_types.
12 Jun
2007
12 Jun
'07
12:48 p.m.
On Tue, Jun 12, 2007 at 10:29:24AM +0100, Robert Shearman wrote:
error("structure size for %s exceeds %d bytes by %d bytes\n", name, USHRT_MAX, total_size - USHRT_MAX);
+ current_structure = type; has_pointers = write_embedded_types(file, NULL, type, name, 0, tfsoff); + current_structure = NULL;
array = find_array_or_string_in_struct(type); if (array && !processed(array->type))
That was taken care of by the patch I sent in a little before you. It's like we're reading each other's minds. ;-)
6849
Age (days ago)
6849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Hipschman