mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-22 15:14:49 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -43,7 +43,7 @@ TSTR_LIST merge_configs(TSTR_LIST target, TSTR_LIST source)
|
|||
buff[255]=0;
|
||||
for (i=0;i<str_count(source);i++) if (source[i])
|
||||
{
|
||||
strncpy(buff,source[i],255);
|
||||
strcopy_n(buff,source[i],255);
|
||||
c=strchr(buff,' ');
|
||||
if (c!=NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue