logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 40fd466741060683ae11e8cd30c7ccc241227434
parent 56ec53df1767832f758a855fceaf08178f7ec185
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 11 Jul 2019 01:31:14 -0700

netsurf: Avoid zero-length modifications array

Diffstat:

Mpkg/netsurf/testament.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/netsurf/testament.h b/pkg/netsurf/testament.h @@ -3,6 +3,6 @@ #define WT_NO_GIT 1 #define WT_MODIFIED 0 -#define WT_MODIFICATIONS {} +#define WT_MODIFICATIONS {{NULL, NULL}} #endif