From 9edd12e87874eabdc74e45359a5228558e124c98 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Thu, 8 Jan 2026 01:59:36 -0600 Subject: Add clay to project --- src/encryption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption.c') 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 task *tmptsk = NULL; struct _cryptscan_args *args = NULL; char tflag = 0; for(int i = 0; i < entries; i++) { - args = calloc(1, sizeof(*args)); + args = VXGG_CALLOC(1, sizeof(*args)); if(!args) { if(___VXGG___VERBOSE_ERRORS___) WARN(errno, "<_cryptscan__process_scandir> Warning: Could not create arg holder for task",); } -- cgit v1.2.3