From 761682b6254a3d43e65ff45e07683c61afa6f1e4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Mar 2012 16:54:22 +0300 Subject: Last part of fixes. --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.cpp') 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) { -- cgit v1.2.3-70-g09d2