summaryrefslogtreecommitdiff
path: root/poppler/TextOutputDev.cc
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/TextOutputDev.cc')
-rw-r--r--poppler/TextOutputDev.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc
index e62e088c..645e38fd 100644
--- a/poppler/TextOutputDev.cc
+++ b/poppler/TextOutputDev.cc
@@ -4791,8 +4791,8 @@ void TextSelectionPainter::endPage()
if (j != begin && sel->word->charPos[j] == sel->word->charPos[j - 1])
continue;
- out->drawChar(state, sel->word->textMat[i].m[4], sel->word->textMat[i].m[5], 0, 0, 0, 0,
- sel->word->charcode[i], 1, nullptr, 0);
+ out->drawChar(state, sel->word->textMat[j].m[4], sel->word->textMat[j].m[5], 0, 0, 0, 0,
+ sel->word->charcode[j], 1, nullptr, 0);
}
out->endString(state);
delete string;