From 7d219125a3431b2a29fa61811c875076e0bb89a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zby=C5=A1ek=20Zapadl=C3=ADk?= Date: Sat, 12 Nov 2022 16:08:45 +0100 Subject: [PATCH] Initialized integer To supress warning --- src/SD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SD.cpp b/src/SD.cpp index e97256c..423db45 100644 --- a/src/SD.cpp +++ b/src/SD.cpp @@ -455,7 +455,7 @@ namespace SDLib { */ - int pathidx; + int pathidx = 0; // do the interactive search SdFile parentdir = getParentDir(filepath, &pathidx);