Compare commits

..

No commits in common. "c8b14cefae47356e304b0aa3cbdab510331a2d98" and "150cce7f8c83012188888166d939c14d4aa0e938" have entirely different histories.

View File

@ -99,6 +99,7 @@ static char getLabelOfImage(FILE* imageFile, GrayScaleImage* image) {
GrayScaleImageSeries *readImages(const char *path)
{
// Datei laden und Dateiformat prüfen
// setzt außerdem den Pointer an der Stelle nach dem Prestring
FILE* imageFile = openImageFile(path);
if (imageFile == NULL) {