diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-11-06 17:21:44 +0100 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-11-06 17:21:44 +0100 |
| commit | d577fa5a5608350d94c14a53c2c8116dd7306462 (patch) | |
| tree | 346da2843f8cfe4d633e3671171a057da82709e9 /bb.h | |
| parent | af82c6316a51ad890636211fbbca932dae7f9022 (diff) | |
Better error handling/reporting
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
