Fixed crash on long names in TwitName
This commit is contained in:
parent
985cd80db5
commit
d20b5bc62b
@ -12,6 +12,8 @@ ______________________________________________________________________
|
||||
Notes for GoldED+ 1.1.5, /snapshot/
|
||||
______________________________________________________________________
|
||||
|
||||
- Fixed crash on long names in TwitName.
|
||||
|
||||
- Fixed net/echomail.bss updating in Hudson/GoldBase.
|
||||
|
||||
- Fixed reverse order sorting in 'F' criteria of AREALISTSORT (broken
|
||||
|
@ -261,7 +261,7 @@ void CfgTwitname() {
|
||||
strbtrim(val);
|
||||
}
|
||||
}
|
||||
strcpy(tn.name, val);
|
||||
strxcpy(tn.name, val, sizeof(tn.name));
|
||||
CFG->twitname.push_back(tn);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user