diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:03:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:03:38 +0000 |
commit | 6dc53110f30d6b433f12d60f9e1f3047503c1edf (patch) | |
tree | 857a84df3b1864081129dda6117ea28fbfb007db /wordnet-3.0-error_message.patch | |
parent | 9922d4926395d75a6d334cad1ba2233febd52aa5 (diff) |
automatic import of wordnetopeneuler23.03
Diffstat (limited to 'wordnet-3.0-error_message.patch')
-rw-r--r-- | wordnet-3.0-error_message.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wordnet-3.0-error_message.patch b/wordnet-3.0-error_message.patch new file mode 100644 index 0000000..d5a7359 --- /dev/null +++ b/wordnet-3.0-error_message.patch @@ -0,0 +1,12 @@ +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); + } |