mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 10:46:44 -04:00
fix issue reported by msvc memory sanitiser
This commit is contained in:
parent
075100d2ce
commit
14d1a4666d
3 changed files with 7 additions and 11 deletions
|
@ -1386,7 +1386,7 @@ void enc_close(TMPFILE_RD *fil)
|
|||
int load_string_list_ex(TSTR_LIST *list,const char *filename)
|
||||
{
|
||||
char c[1024],*p;
|
||||
int i,j,lin=0;
|
||||
int i=0,j,lin=0;
|
||||
TMPFILE_RD *f;
|
||||
|
||||
f=enc_open(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue