fix: keep files during updates
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user