wordnet/wordnet-3.0-error_message.patch
gil 5aaa83641b rebuilt
package created by autospec [release 3.0-1mamba;Sat Jan 22 2011]
2024-01-05 19:28:54 +01:00

13 lines
272 B
Diff

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);
}