Hilfsfunktion und Clearseries erstellt

This commit is contained in:
Alexei Keller 2025-11-19 16:53:36 +01:00
parent 4486fbd82e
commit 7b9a1d8f07

View File

@ -23,7 +23,7 @@ static int checkFileHeader(FILE *fp)
buffer[headerLen] = '\0';
if (strcmp(buffer, FILE_HEADER_STRING) != 0)
return 0;
return 1; // Header stimmt
}