aboutsummaryrefslogtreecommitdiff
path: root/src/dictionary.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-10 15:03:43 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-10 17:21:54 +0300
commit8b04169265fb9762b2c1dfca3f43068f5b8233be (patch)
tree43049c1809b2b70b21ed9300ebdd286d18833c8b /src/dictionary.c
parentbb242e454d5cf8b0c6bb1ca5d009ec18e86c0c2b (diff)
downloadwydawca-8b04169265fb9762b2c1dfca3f43068f5b8233be.tar.gz
wydawca-8b04169265fb9762b2c1dfca3f43068f5b8233be.tar.bz2
Update grecs.
* Makefile.am (ChangeLog): Use git2chg.awk. * bootstrap.conf (gnulib_modules): Don't access grecs/gnulib.modules. * configure.ac (GRECS_SETUP): Add options. * gnulib.modules (getopt,gitlog-to-changelog) (hash,error,version-etc): Remove. * src/Makefile.am: Remove getopt.m4, use one from grecs. * src/getopt.m4: Remove. * src/cmdline.opt: Rewrite. * src/config.c: Update. * src/wydawca.h (spool) <aliases>: Change data type. (all_spool_aliases): Change data type. (config_finish): New proto. * src/wydawca.c: Use grecs functions. * src/dictionary.c: Likewise. * src/net.c: Likewise. * src/process.c: Likewise. * src/mail.c: Use grecs_symtab. * src/timer.c: Likewise. * src/triplet.c: Likewise.
Diffstat (limited to 'src/dictionary.c')
-rw-r--r--src/dictionary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dictionary.c b/src/dictionary.c
index 7060cec..b7baf05 100644
--- a/src/dictionary.c
+++ b/src/dictionary.c
@@ -217,5 +217,5 @@ dictionary_quote_string (struct dictionary *dict, void *handle,
- size = wordsplit_quoted_length (input, 0, &quote);
+ size = wordsplit_c_quoted_length (input, 0, &quote);
output = xmalloc (size + 1);
- wordsplit_quote_copy (output, input, 0);
+ wordsplit_c_quote_copy (output, input, 0);
output[size] = 0;

Return to:

Send suggestions and report system problems to the System administrator.