Alexandre Julliard : gdi32: Fix copy/ paste typo in get_char_positions_indices.

Alexandre Julliard julliard at winehq.org
Tue Jan 22 14:52:21 CST 2013


Module: wine
Branch: master
Commit: f496a5a0e69ac21a45c9048131ef59469c45f8d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f496a5a0e69ac21a45c9048131ef59469c45f8d7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jan 22 12:13:19 2013 +0100

gdi32: Fix copy/paste typo in get_char_positions_indices.

---

 dlls/gdi32/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c
index 68559f1..a24acd4 100644
--- a/dlls/gdi32/font.c
+++ b/dlls/gdi32/font.c
@@ -358,7 +358,7 @@ static BOOL get_char_positions_indices( DC *dc, const WORD *indices, INT count,
     dev = GET_DC_PHYSDEV( dc, pGetTextMetrics );
     dev->funcs->pGetTextMetrics( dev, &tm );
 
-    dev = GET_DC_PHYSDEV( dc, pGetTextExtentExPoint );
+    dev = GET_DC_PHYSDEV( dc, pGetTextExtentExPointI );
     if (!dev->funcs->pGetTextExtentExPointI( dev, indices, count, dx )) return FALSE;
 
     if (dc->breakExtra || dc->breakRem)




More information about the wine-cvs mailing list