From 811039b40796ba732b12b5d2dfb52111980569ac Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 29 Mar 2009 19:22:32 +0000 Subject: x64 port git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@446 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/utils.cpp') diff --git a/updater/utils.cpp b/updater/utils.cpp index f370e68..5be5897 100644 --- a/updater/utils.cpp +++ b/updater/utils.cpp @@ -52,7 +52,7 @@ bool CreatePath(const TCHAR *path) { TCHAR folder[MAX_PATH]; _tcscpy(folder, path); - int i = 0; + size_t i = 0; if(folder[0] && folder[1] && folder[1] == ':') i += 2; // skip drive letter -- cgit v1.2.3