You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff --git a/src/wn.c b/src/wn.c
|
|
index ddb27aa..b160392 100644
|
|
--- a/src/wn.c
|
|
+++ b/src/wn.c
|
|
@@ -344,7 +344,7 @@ static int getoptidx(char *searchtype)
|
|
|
|
static int error_message(char *msg)
|
|
{
|
|
- fprintf(stderr, msg);
|
|
+ fprintf(stderr, "%s", msg);
|
|
return(0);
|
|
}
|