This commit is contained in:
Blaz Kristan 2022-04-16 16:31:00 +02:00
parent 0f6b1e4ae1
commit 92cbdde429

View File

@ -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);
}