Small initialisation fix.

This commit is contained in:
Knutwurst
2020-08-26 14:56:45 +02:00
parent f363260a49
commit 0f53591818

View File

@@ -134,7 +134,7 @@ void AnycubicTouchscreenClass::Setup()
}
#endif
currentTouchscreenSelection[0] = '\0';
currentTouchscreenSelection[0] = 0;
currentFileOrDirectory[0] = '\0';
SpecialMenu = false;
MMLMenu = false;