mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 13:54:30 +02:00
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:
parent
d99cfc38c1
commit
c20a106569
@ -1175,7 +1175,7 @@ STATIC VOID Country(BYTE * pLine)
|
||||
{
|
||||
/* Format: COUNTRY = countryCode, [codePage], filename */
|
||||
COUNT ctryCode;
|
||||
COUNT codePage = NLS_DEFAULT;
|
||||
COUNT codePage = (COUNT)NLS_DEFAULT;
|
||||
char *filename = "";
|
||||
|
||||
if ((pLine = GetNumArg(pLine, &ctryCode)) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user