mirror of
https://github.com/zeldaret/ss
synced 2026-07-10 14:33:47 -04:00
d_lyt_common_title OK
This commit is contained in:
@@ -37,6 +37,10 @@ struct SizedString {
|
||||
return mChars;
|
||||
}
|
||||
|
||||
void empty() {
|
||||
mChars[0] = '\0';
|
||||
}
|
||||
|
||||
void operator=(const char *src) {
|
||||
if (src != mChars) {
|
||||
mChars[0] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user