diff options
| author | @syxhe <https://t.me/syxhe> | 2026-01-08 01:59:36 -0600 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2026-01-08 02:32:39 -0600 |
| commit | 9edd12e87874eabdc74e45359a5228558e124c98 (patch) | |
| tree | dc18bc660675991670dc8792852f253a9531b9fd /src/encryption.c | |
| parent | e814f6bcc2c66b249348f80c1307b98778fd7ae9 (diff) | |
Add clay to project
Diffstat (limited to 'src/encryption.c')
| -rw-r--r-- | src/encryption.c | 2 |
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 | } |
