d_lyt_common_title OK

This commit is contained in:
robojumper
2025-08-03 15:51:20 +02:00
parent b4200519b1
commit 402586bf52
7 changed files with 732 additions and 99 deletions
+4
View File
@@ -37,6 +37,10 @@ struct SizedString {
return mChars;
}
void empty() {
mChars[0] = '\0';
}
void operator=(const char *src) {
if (src != mChars) {
mChars[0] = '\0';