summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/qpf2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makeqpf/qpf2.cpp')
-rw-r--r--tools/makeqpf/qpf2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeqpf/qpf2.cpp b/tools/makeqpf/qpf2.cpp
index ab57cea..cafdb79 100644
--- a/tools/makeqpf/qpf2.cpp
+++ b/tools/makeqpf/qpf2.cpp
@@ -543,7 +543,7 @@ void QPF::addGlyphs(QFontEngine *fe, const QList<CharacterRange> &ranges)
;
}
- qMemCopy(data, img.bits(), img.byteCount());
+ memcpy(data, img.bits(), img.byteCount());
}
}
}