mirror of
https://github.com/micsthepick/dsi2key.git
synced 2025-06-18 16:55:33 -04:00
fix annoying compiler error
This commit is contained in:
parent
d7abe2e4e8
commit
9c0eefba9a
@ -650,7 +650,7 @@ dictionary * iniparser_load(const char * ininame)
|
||||
char line [ASCIILINESZ+1] ;
|
||||
char section [ASCIILINESZ+1] ;
|
||||
char key [ASCIILINESZ+1] ;
|
||||
char tmp [(ASCIILINESZ * 2) + 1] ;
|
||||
char tmp [(ASCIILINESZ+1) * 2] ;
|
||||
char val [ASCIILINESZ+1] ;
|
||||
|
||||
int last=0 ;
|
||||
|
Loading…
Reference in New Issue
Block a user