From 0f53591818af9766374df0e99f719e5aaed409fc Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Wed, 26 Aug 2020 14:56:45 +0200 Subject: [PATCH] Small initialisation fix. --- Marlin/src/lcd/anycubic_touchscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 17b58dc5..4f3d8dca 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -134,7 +134,7 @@ void AnycubicTouchscreenClass::Setup() } #endif - currentTouchscreenSelection[0] = '\0'; + currentTouchscreenSelection[0] = 0; currentFileOrDirectory[0] = '\0'; SpecialMenu = false; MMLMenu = false;