richedit: Improve efficiency of ME_IsCandidateAnURL.
commit0362b1b0870a212f80489627ea568e8503d28b4e
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 12 Aug 2009 13:05:56 +0000 (12 09:05 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Aug 2009 15:34:44 +0000 (12 17:34 +0200)
treeccebe5d0bd2d2acf5f7b04abc9da3cafc30f1376
parent82e102107c8a03566032f15f1f4d173c0850a9aa
richedit: Improve efficiency of ME_IsCandidateAnURL.

The code was previously getting the same text in the loop from the
editor, and it was converting each of the prefixes to compare against
for each URL candidate.
dlls/riched20/editor.c