richedit: Avoid duplication in make string functions using ME_MakeStringB.
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 7 Feb 2009 18:20:55 +0000 (13:20 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Feb 2009 12:05:12 +0000 (13:05 +0100)
commit4b7e8f185b223c7c712f4102b91ef64877a58053
treeb988971e96835286f3182b640361c327a6e77a50
parentf53f40bcb36f012355ed8e325cbafd68aff6a5ec
richedit: Avoid duplication in make string functions using ME_MakeStringB.

I found that ME_MakeStringB was previously unused, and that the other
ME_MakeString functions repeated code that was already in ME_MakeStringB.
Making ME_MakeStringB static and using it to avoid duplicate code seemed
like a better idea than removing the function.
dlls/riched20/editor.h
dlls/riched20/string.c