diff options
author | Haru <haru@dotalux.com> | 2018-07-24 03:34:37 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-07-24 03:40:54 +0200 |
commit | 019f60feb9272ac5a527c8cdb430c2328108417c (patch) | |
tree | fe558fee2472fef3c1faa28f176d21605fed2982 /src/plugins | |
parent | 567d218287a59154d40b6c69b4dd339640ca92b6 (diff) | |
download | hercules-019f60feb9272ac5a527c8cdb430c2328108417c.tar.gz hercules-019f60feb9272ac5a527c8cdb430c2328108417c.tar.bz2 hercules-019f60feb9272ac5a527c8cdb430c2328108417c.tar.xz hercules-019f60feb9272ac5a527c8cdb430c2328108417c.zip |
Update the constdb2doc plugin for compatibility with the reloadable constdb
Follow-up to 1b73ceaad27dcd2226bc73c10e305e93609a084e
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/constdb2doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/constdb2doc.c b/src/plugins/constdb2doc.c index d211c46e2..3f681ea1a 100644 --- a/src/plugins/constdb2doc.c +++ b/src/plugins/constdb2doc.c @@ -86,7 +86,7 @@ void constdb2doc_constdb(void) /* Run */ fprintf(out_fp, "## Constants (db/constants.conf)\n\n"); - script->read_constdb(); + script->read_constdb(false); fprintf(out_fp, "\n"); fprintf(out_fp, "## Hardcoded Constants (source)\n\n"); |