summaryrefslogtreecommitdiffstats
path: root/PC/w9xpopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/w9xpopen.c')
-rw-r--r--PC/w9xpopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/w9xpopen.c b/PC/w9xpopen.c
index f8439f2..b3978dd 100644
--- a/PC/w9xpopen.c
+++ b/PC/w9xpopen.c
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
STARTUPINFO si;
PROCESS_INFORMATION pi;
DWORD exit_code=0;
- int cmdlen = 0;
+ size_t cmdlen = 0;
int i;
char *cmdline, *cmdlinefill;