From d577fa5a5608350d94c14a53c2c8116dd7306462 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 6 Nov 2019 17:21:44 +0100 Subject: Better error handling/reporting --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bb.h') diff --git a/bb.h b/bb.h index 34da658..9db73a4 100644 --- a/bb.h +++ b/bb.h @@ -206,7 +206,7 @@ static int is_simple_bbcmd(const char *s); static entry_t* load_entry(bb_t *bb, const char *path, int clear_dots); static inline int matches_cmd(const char *str, const char *cmd); static void* memcheck(void *p); -static void normalize_path(const char *root, const char *path, char *pbuf); +static char* normalize_path(const char *root, const char *path, char *pbuf); static int populate_files(bb_t *bb, const char *path); static void print_bindings(int fd); static void run_bbcmd(bb_t *bb, const char *cmd); -- cgit v1.2.3