gdi32: Fix copy/paste typo in get_char_positions_indices.

oldstable
Alexandre Julliard 2013-01-22 12:13:19 +01:00
parent 2b95df8fbd
commit f496a5a0e6
1 changed files with 1 additions and 1 deletions

View File

@ -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)