[30/44] richedit: Fixed mistake in that didn't cause a bug.

Dylan Smith dylan.ah.smith at gmail.com
Tue Jun 17 20:20:27 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 --------------
A non-text attachment was scrubbed...
Name: 0030-richedit-Fixed-mistake-in-that-didn-t-cause-a-bug.diff
Type: text/x-diff
Size: 768 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080617/38bb4c99/attachment.diff 


More information about the wine-patches mailing list