Fix warning with OW 1.7 in-development.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1318 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2007-05-21 01:14:20 +00:00
parent d99cfc38c1
commit c20a106569

View File

@ -1175,7 +1175,7 @@ STATIC VOID Country(BYTE * pLine)
{ {
/* Format: COUNTRY = countryCode, [codePage], filename */ /* Format: COUNTRY = countryCode, [codePage], filename */
COUNT ctryCode; COUNT ctryCode;
COUNT codePage = NLS_DEFAULT; COUNT codePage = (COUNT)NLS_DEFAULT;
char *filename = ""; char *filename = "";
if ((pLine = GetNumArg(pLine, &ctryCode)) == 0) if ((pLine = GetNumArg(pLine, &ctryCode)) == 0)