Brad Campbell brad@seme.com.au writes:
EM_REPLACESTR was not respecting buffer_limit set by EM_SETLIMITTEXT.
Shouldn't the EDIT_MakeFit() call a few lines above already take care of that? Why doesn't it work?
Alexandre Julliard wrote:
Brad Campbell brad@seme.com.au writes:
EM_REPLACESTR was not respecting buffer_limit set by EM_SETLIMITTEXT.
Shouldn't the EDIT_MakeFit() call a few lines above already take care of that? Why doesn't it work?
Yes it should. This fixes it. Thanks for the idiot check :p)