summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
authorshfil <filip.gawin@zoho.com>2020-07-22 23:02:11 +0200
committerGitHub <noreply@github.com>2020-07-22 23:02:11 +0200
commit98dd771d6cf3adb7153700040f122cd0916d5eeb (patch)
tree5578c27b5739341d34def86586a68f1f1129e1bb /src/core/Pad.cpp
parentREADME 64-bit preparation (diff)
parent64-bit on Windows (diff)
downloadre3-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/core/Pad.cpp')
-rw-r--r--src/core/Pad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index 851625d2..944d7b2c 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -2634,7 +2634,7 @@ void CPad::ResetCheats(void)
char *CPad::EditString(char *pStr, int32 nSize)
{
- int32 pos = strlen(pStr);
+ int32 pos = (int32)strlen(pStr);
// letters
for ( int32 i = 0; i < ('Z' - 'A' + 1); i++ )