summaryrefslogtreecommitdiffstats
path: root/usr.bin/soelim/soelim.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/soelim/soelim.c')
-rw-r--r--usr.bin/soelim/soelim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c
index 9152a27..c6fc2a2 100644
--- a/usr.bin/soelim/soelim.c
+++ b/usr.bin/soelim/soelim.c
@@ -102,7 +102,7 @@ process(file)
} else {
soee = fopen(file, "r");
if (soee == NULL) {
- warn(file);
+ warn("%s", file);
return(-1);
}
}
OpenPOWER on IntegriCloud