aboutsummaryrefslogtreecommitdiff
path: root/src/relocation.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-01-22 09:26:39 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-01-22 09:26:39 -0500
commit74ddda664b9d7e843da3ec8254716c11016007e5 (patch)
tree5a284a80aaa4fd770d92307a740672987aa0cabe /src/relocation.c
parent444ccb0a7c5f88f408bee91db052d00794791ccc (diff)
downloadspmc-74ddda664b9d7e843da3ec8254716c11016007e5.tar.gz
Change fstree signature
Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h
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 1ba95d5..9407036 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);
+ FSTree *fsdata = fstree(tree, NULL);
if (!fsdata) {
fclose(fp);
fprintf(SYSERROR);