PasteRTF function returns incorrect values

At runtime, the RichTextEdit control’s PasteRTF function returns 1 if you paste an empty string and returns the length of the string if you paste an invalid RTF string. In both these cases, PasteRTF should return -1. [CR 420252]