From bb13dd28686146c07ca9054a95ae19d09b320c8d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Jan 2020 01:38:41 -0500 Subject: fstree() now accepts filter modes SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STARTSWITH} --- src/relocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/relocation.c') diff --git a/src/relocation.c b/src/relocation.c index 9407036..4dc784f 100644 --- a/src/relocation.c +++ b/src/relocation.c @@ -253,7 +253,7 @@ int prefixes_write(const char *output_file, int mode, char **prefix, const char return -1; } - FSTree *fsdata = fstree(tree, NULL); + FSTree *fsdata = fstree(tree, NULL, SPM_FSTREE_FLT_NONE); if (!fsdata) { fclose(fp); fprintf(SYSERROR); -- cgit