aboutsummaryrefslogtreecommitdiff
path: root/src/relocation.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 10:15:47 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 10:15:47 -0500
commitc55d19d5d665e5d1704e43c9e3dea3c8a69eed71 (patch)
tree5680b7ab2f0a2ae14037a167cf8789aff7490633 /src/relocation.c
parent6292c699248d3dfa6271ae0961e63436615653f2 (diff)
downloadspmc-c55d19d5d665e5d1704e43c9e3dea3c8a69eed71.tar.gz
Add missing formatter strings
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 7c9f5d6..1df9f81 100644
--- a/src/relocation.c
+++ b/src/relocation.c
@@ -361,7 +361,7 @@ int relocate(const char *_filename, const char *_oldstr, const char *_newstr) {
returncode = proc->returncode;
if (returncode != 0 && proc->output) {
- fprintf(stderr, proc->output);
+ fprintf(stderr, "%s\n", proc->output);
}
shell_free(proc);