• Dylan Smith's avatar
    richedit: Prevent assertion failure when streaming out nested tables. · ee5342e4
    Dylan Smith authored
    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.
    ee5342e4
writer.c 30.4 KB