fix: keep files during updates

This commit is contained in:
ngn
2024-08-03 23:04:27 +03:00
parent 7c3d0dc1f8
commit b27e31c66c
6 changed files with 58 additions and 11 deletions

View File

@ -3,10 +3,10 @@
#include "../../include/util.h"
#include "../../include/ctx.h"
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
bool lm_ctx_removeable(lm_ctx_t *ctx, lm_entry_t *entry){
if(NULL == ctx && NULL == entry){