diff options
author | shfil <filip.gawin@zoho.com> | 2020-07-22 23:02:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 23:02:11 +0200 |
commit | 98dd771d6cf3adb7153700040f122cd0916d5eeb (patch) | |
tree | 5578c27b5739341d34def86586a68f1f1129e1bb /src/render/Fluff.cpp | |
parent | README 64-bit preparation (diff) | |
parent | 64-bit on Windows (diff) | |
download | re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar.gz re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar.bz2 re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar.lz re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar.xz re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.tar.zst re3-98dd771d6cf3adb7153700040f122cd0916d5eeb.zip |
Diffstat (limited to 'src/render/Fluff.cpp')
-rw-r--r-- | src/render/Fluff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp index da29daec..f86801bf 100644 --- a/src/render/Fluff.cpp +++ b/src/render/Fluff.cpp @@ -614,7 +614,7 @@ void CScrollBar::Update() break; } - m_MessageLength = strlen(m_pMessage); + m_MessageLength = (uint32)strlen(m_pMessage); m_MessageCurrentChar = 0; } |