summaryrefslogtreecommitdiff
path: root/biblio.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-11-07 17:28:56 +0000
committerSimon Tatham <anakin@pobox.com>1999-11-07 17:28:56 +0000
commit6dff7b9ee671925f8c5dae1cd34bdc55f3236c38 (patch)
tree508f964352527635b7eb4d7910b9d4a1201c21ea /biblio.c
parent18171f661f78e141d24c3990c5db4346213d440b (diff)
downloadhalibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.zip
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.gz
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.bz2
halibut-6dff7b9ee671925f8c5dae1cd34bdc55f3236c38.tar.xz
Configurability backbone, and first use of it
[originally from svn r275]
Diffstat (limited to 'biblio.c')
-rw-r--r--biblio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/biblio.c b/biblio.c
index ffff435..57f1963 100644
--- a/biblio.c
+++ b/biblio.c
@@ -67,7 +67,7 @@ void gen_citations(paragraph *source, keywordlist *kl) {
wchar_t *wp = para->keyword;
while (*wp) {
cite_biblio(kl, wp, para->fpos);
- wp += 1+ustrlen(wp);
+ wp = uadv(wp);
}
}