This commit is contained in:
iceman1001
2021-02-17 08:59:20 +01:00
parent 0a405ca21e
commit b3064c4888
3 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ DumpFileType_t getfiletype(const char *filename) {
}
size_t len = strlen(filename);
if (len > 4) {
if (len > 4) {
// check if valid file extension and attempt to load data
char s[FILE_PATH_SIZE];
memset(s, 0, sizeof(s));