richedit: Fixed mistake that didn't cause a bug.
commitee6b6f338e57ad3c361a18b03ee1068e1521d1b0
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 26 Jun 2008 20:17:22 +0000 (26 16:17 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jun 2008 09:09:02 +0000 (27 11:09 +0200)
tree70f75e4d9ec3b0a7b8c1a1efb4774545115cba7e
parent632015dc626f85a61165eab89c976c0fef730a9c
richedit: Fixed mistake that didn't cause a bug.

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.
dlls/riched20/reader.c