From 3010e1f755c67eeba03019727c40848ef9783799 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 07 Jun 2018 00:02:35 +0000
Subject: [PATCH] Minor fix
---
src/data.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/data.c b/src/data.c
index aae8667..a685fb4 100644
--- a/src/data.c
+++ b/src/data.c
@@ -51,6 +51,7 @@
random_paths[i] = paths[index];
//if(i == 0) printf("%s\n", paths[index]);
//printf("grp: %s\n", paths[index]);
+ if (strlen(random_paths[i]) <= 4) printf(" Very small path to the image: %s \n", random_paths[i]);
} while (strlen(random_paths[i]) == 0);
}
pthread_mutex_unlock(&mutex);
--
Gitblit v1.10.0