aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/win_dbghelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win_dbghelp.cpp')
-rw-r--r--tools/win_dbghelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win_dbghelp.cpp b/tools/win_dbghelp.cpp
index eefb8ac1ce..ebdbaefcfa 100644
--- a/tools/win_dbghelp.cpp
+++ b/tools/win_dbghelp.cpp
@@ -202,7 +202,7 @@ int GenerateDumpAndPrintCallstack(EXCEPTION_POINTERS* pExceptionPointers) {
* This function expects the .pdb file to be in the same directory.
*/
void setUpDebuggingFromArgs(const char* vargs0) {
- int i = strlen(vargs0);
+ size_t i = strlen(vargs0);
if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) {
// Ignore .exe