richedit: Fixed mistake that didn't cause a bug.

Dylan Smith dylan.ah.smith at gmail.com
Thu Jun 26 15:17:22 CDT 2008


The check to see if the dwOutputBuffer is full was performed incorrectly
in RTFPutUnicodeString, however, this mistake was actually harmless
since it would just cause an extra loop that does nothing, then the
check would work properly with the variable fit equal to 0.

Although no bug was caused by the mistake, it still needs to be
corrected to avoid confusion that may result in a bug later on.
---
 dlls/riched20/reader.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Fixed-mistake-that-didn-t-cause-a-bug.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080626/aff6fcb5/attachment.txt 


More information about the wine-patches mailing list