summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 0024b16de..dfd5da7d7 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1846,7 +1846,7 @@ void Client::initUpdatesDir()
{
#if defined WIN32
std::string newDir = mLocalDataDir + "\\" + mUpdatesDir;
- std::string::size_type loc = newDir.find("/", 0);
+ size_t loc = newDir.find("/", 0);
while (loc != std::string::npos)
{