commit | 6d76d4371829143acede26018913af952f8976b2 | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Wed Jun 25 11:33:26 2008 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 26 21:16:56 2008 +0200 |
tree | f4440148c15b754cded91d34b8c7cb3cc6f068a8 | |
parent | ba747f4514a7d5bcc70bf6ea592c53cabe09770d [diff] |
richedit: Fixed a bug preventing NULL pointers from being in text. Opening a text file with a NULL terminated character in it was causing an assertion error after a run was being split due to word wrap. Windows allows NULL terminated characters to be in the text.