mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CREATE_NLS]
Initialize line count before incrementing it svn path=/trunk/; revision=67801
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user