summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/md5/md5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/md5/md5.cpp')
-rw-r--r--src/3rdparty/md5/md5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/md5/md5.cpp b/src/3rdparty/md5/md5.cpp
index cc69b56213..f9e04a93e3 100644
--- a/src/3rdparty/md5/md5.cpp
+++ b/src/3rdparty/md5/md5.cpp
@@ -36,7 +36,7 @@ static void
byteSwap(UWORD32 *buf, unsigned words)
{
const quint32 byteOrderTest = 0x1;
- if (((char *)&byteOrderTest)[0] == 0) {
+ if (((const char *)&byteOrderTest)[0] == 0) {
md5byte *p = (md5byte *)buf;
do {