mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
line = 0;
|
||||||
|
|
||||||
while(fgets(buf, sizeof(buf), file)) {
|
while(fgets(buf, sizeof(buf), file)) {
|
||||||
line++;
|
line++;
|
||||||
p = buf;
|
p = buf;
|
||||||
|
|
Loading…
Reference in a new issue