From 69b8ba7ca7ce25a1e511ce3482aa3e32c84c4f6a Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 3 Dec 2006 19:52:19 +0000 Subject: [PATCH] - fix warning - fix svn properties svn path=/trunk/; revision=25042 --- reactos/base/applications/cmdutils/more/more.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/base/applications/cmdutils/more/more.c b/reactos/base/applications/cmdutils/more/more.c index 2ebf669aec1..7ce956d28b3 100644 --- a/reactos/base/applications/cmdutils/more/more.c +++ b/reactos/base/applications/cmdutils/more/more.c @@ -1,4 +1,5 @@ -/* +/* $Id$ + * * MORE.C - external command. * * clone from 4nt more command @@ -84,7 +85,7 @@ int main (int argc, char **argv) { SHORT maxx,maxy; SHORT line_count=0,ch_count=0; - INT i, last; + DWORD i, last; HANDLE hFile = INVALID_HANDLE_VALUE; TCHAR szFullPath[MAX_PATH];