From f09e36acfe2db50e0452ba1e19b13f4395a8d704 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 23 Apr 2019 22:41:31 +0200 Subject: make: do not follow symlinks when resolving blogcfile path --- src/common/error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/error.h') diff --git a/src/common/error.h b/src/common/error.h index d8dd859..b85f006 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -28,6 +28,7 @@ typedef enum { BLOGC_MAKE_ERROR_SETTINGS = 300, BLOGC_MAKE_ERROR_EXEC, BLOGC_MAKE_ERROR_ATOM, + BLOGC_MAKE_ERROR_UTILS, } bc_error_type_t; -- cgit v1.2.3-18-g5258