Cast user pref strings. (#6123)

This commit is contained in:
Mictronics
2025-02-27 01:21:03 +01:00
committed by GitHub
parent f2e49aa4ee
commit 598cfcc081
3 changed files with 6 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ AudioThread *audioThread = nullptr;
using namespace concurrency;
volatile static const char slipstreamTZString[] = USERPREFS_TZ_STRING;
volatile static const char slipstreamTZString[] = {USERPREFS_TZ_STRING};
// We always create a screen object, but we only init it if we find the hardware
graphics::Screen *screen = nullptr;