This commit is contained in:
robojumper
2026-07-26 18:56:00 +02:00
parent c539006352
commit ae8cfeed65
+1 -1
View File
@@ -752,7 +752,7 @@ bool dLytMsgWindow_c::setCurrentLabelName(const char *name, bool storeFile) {
if (field_0x80E) {
int i = 0;
const char *p;
bool found = 0;
bool found = false;
for (p = name; *p != '\0'; p++) {
if (found) {
if (idx == -1) {