[1/2] richedit: Prevent assertion failure when streaming out nested tables.

Dylan Smith dylan.ah.smith at gmail.com
Tue Sep 30 16:11:41 CDT 2008


The table properties are streamed out at the start of the table for
non-nested tables, and at the end of the table for nested tables.  The
assertion caught the fact that I didn't get the start of the table row
for nested tables before trying to stream out the properties.

The call to ME_GetTableRowStart will handle both of these cases by
getting the table row start paragraph and asserting that it is found.
This call was also the reason for removing the const qualifier on
one of the parameters.
---
 dlls/riched20/writer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Prevent-assertion-failure-when-streamin.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080930/3c57acb0/attachment.txt 


More information about the wine-patches mailing list