mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CREATE_NLS]
Initialize line count before incrementing it svn path=/trunk/; revision=67801
This commit is contained in:
parent
65d178a69b
commit
22fd66f79e
1 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,8 @@ static WCHAR *Load_OEM2Unicode_Table(char *table_name, WCHAR *def_table, UINT cp
|
|||
return NULL;
|
||||
}
|
||||
|
||||
line = 0;
|
||||
|
||||
while(fgets(buf, sizeof(buf), file)) {
|
||||
line++;
|
||||
p = buf;
|
||||
|
|
Loading…
Reference in a new issue