diff options
author | yzrh <yzrh@noema.org> | 2020-12-31 18:43:29 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2020-12-31 18:45:02 +0000 |
commit | 3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d (patch) | |
tree | 1f8336f75ee871574e37abbe49ddbaafcf7e88fc /src/pdf_cnki.c | |
parent | 1f62c53da6edc5a82a1e0eceb401b2274cd4a0d1 (diff) | |
download | melon-3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d.tar.gz melon-3bd7ea7520e13f5fabcfadb1a7630398bc1dca6d.tar.zst |
Improve portability.
Diffstat (limited to 'src/pdf_cnki.c')
-rw-r--r-- | src/pdf_cnki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf_cnki.c b/src/pdf_cnki.c index d69797b..6e5f810 100644 --- a/src/pdf_cnki.c +++ b/src/pdf_cnki.c @@ -42,7 +42,7 @@ _outline(pdf_object_t **pdf, object_outline_tree_t **outline_tree, int id, int * strcat(dictionary, "<<\n"); - size = 512; + size = 514; str = NULL; if (strconv(&str, "UTF-16BE", |