• Dylan Smith's avatar
    richedit: Fixed mistake that didn't cause a bug. · ee6b6f33
    Dylan Smith authored
    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.
    ee6b6f33
reader.c 77.8 KB