aboutsummaryrefslogtreecommitdiff
path: root/src/relocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/relocation.c')
-rw-r--r--src/relocation.c2
1 files changed, 1 insertions, 1 deletions
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);