mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
windows release build, fix book crash, fix lock, fix finale
This commit is contained in:
parent
3d8ee275e4
commit
d13297e4f4
24 changed files with 158 additions and 63 deletions
|
@ -39,11 +39,10 @@ TSTR_LIST merge_configs(TSTR_LIST target, TSTR_LIST source)
|
|||
char buff[256];
|
||||
int i;
|
||||
char *c;
|
||||
|
||||
buff[255]=0;
|
||||
|
||||
for (i=0;i<str_count(source);i++) if (source[i])
|
||||
{
|
||||
strcopy_n(buff,source[i],255);
|
||||
strcopy_n(buff,source[i],sizeof(buff));
|
||||
c=strchr(buff,' ');
|
||||
if (c!=NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue