From 964d816726b8c765277b043894d534e9b1e0d60c Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 11 Jan 2023 23:44:04 +0100 Subject: Check aprintf allocation internally and add astrdup for less OOM_CHECK --- src/data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data.h') diff --git a/src/data.h b/src/data.h index e58d749..65bc557 100644 --- a/src/data.h +++ b/src/data.h @@ -7,6 +7,7 @@ struct tag { char *name, *fpath; struct list tracks; + bool dirty; struct link link; /* tags list */ struct link link_sel; /* selected tags list */ -- cgit v1.2.3-71-gd317