diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-02-04 21:02:56 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 262f00d21e5c03fb1387d409ac10c4921d9ff27c (patch) | |
tree | 49cd60d92a2771f1b81db47a031e5ad2f1b8bfa4 /src/sdp/output_hub.d | |
parent | reorganize org file (diff) |
output, sisupod & a few switchesdoc-reform_v0.0.12
Diffstat (limited to 'src/sdp/output_hub.d')
-rw-r--r-- | src/sdp/output_hub.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d index 6d6c134..f0df06c 100644 --- a/src/sdp/output_hub.d +++ b/src/sdp/output_hub.d @@ -41,7 +41,7 @@ template outputHub() { } if (doc_matters.opt_action_bool["sisupod"]) { if ((doc_matters.opt_action_bool["verbose"])) {write("sisupod source processing... ");} - SiSUpod!()(doc_matters.source_filename); + SiSUpod!()(doc_matters); if ((doc_matters.opt_action_bool["verbose"])) {writeln("sisupod done");} } if (doc_matters.opt_action_bool["text"]) { |