summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption.c b/src/encryption.c
index 322a2cd..6db2c88 100644
--- a/src/encryption.c
+++ b/src/encryption.c
@@ -455,7 +455,7 @@ int _cryptscan__process_scandir(const char * const folder, taskqueue *toscan, ct
455 task *tmptsk = NULL; 455 task *tmptsk = NULL;
456 struct _cryptscan_args *args = NULL; char tflag = 0; 456 struct _cryptscan_args *args = NULL; char tflag = 0;
457 for(int i = 0; i < entries; i++) { 457 for(int i = 0; i < entries; i++) {
458 args = calloc(1, sizeof(*args)); 458 args = VXGG_CALLOC(1, sizeof(*args));
459 if(!args) { 459 if(!args) {
460 if(___VXGG___VERBOSE_ERRORS___) WARN(errno, "<_cryptscan__process_scandir> Warning: Could not create arg holder for task",); 460 if(___VXGG___VERBOSE_ERRORS___) WARN(errno, "<_cryptscan__process_scandir> Warning: Could not create arg holder for task",);
461 } 461 }