pull/2737/head
Blaz Kristan 2022-04-16 16:31:00 +02:00
rodzic 0f6b1e4ae1
commit 92cbdde429
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -258,7 +258,5 @@ uint8_t extractModeName(uint8_t mode, const char *src, char *dest, uint8_t maxLe
if ((qComma > mode) || (printedChars >= maxLen)) break;
}
dest[printedChars] = '\0';
//char *pos = strchr(dest,'@');
//if (pos) *pos = '\0';
return strlen(dest);
}