Re: riched20: modify ME_CharFromPoint to work properly with password controls

2006-08-08 Thread Matt Finnicum
880850b5980515549833854c81e8d445cba758cb Mon Sep 17 00:00:00 2001 From: Matthew Finnicum [EMAIL PROTECTED] Date: Mon, 7 Aug 2006 10:12:44 -0400 Subject: [PATCH] riched20: modify ME_CharFromPoint to work properly with password controls --- dlls/riched20/run.c | 16 ++-- 1 files changed

Re: riched20: modify ME_CharFromPoint to work properly with password controls

2006-08-08 Thread Phil Krylov
Hi Matt, On 07/08/06, Matt Finnicum [EMAIL PROTECTED] wrote: This patch modifies ME_CharFromPoint to work properly with password controls (the patch i sent in / got committed a couple days ago). Should not the temp string be freed afterwards? -- Ph.

Re: riched20: modify ME_CharFromPoint to work properly with password controls

2006-08-07 Thread Matt Finnicum
days ago). Should not the temp string be freed afterwards? -- Ph. From 880850b5980515549833854c81e8d445cba758cb Mon Sep 17 00:00:00 2001 From: Matthew Finnicum [EMAIL PROTECTED] Date: Mon, 7 Aug 2006 10:12:44 -0400 Subject: [PATCH] riched20: modify ME_CharFromPoint to work properly