diff options
Diffstat (limited to 'src/sdp/paths_output.d')
-rw-r--r-- | src/sdp/paths_output.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdp/paths_output.d b/src/sdp/paths_output.d index 9c91384..e9599db 100644 --- a/src/sdp/paths_output.d +++ b/src/sdp/paths_output.d @@ -34,7 +34,7 @@ template SiSUpathsSisupodZipped() { Lng lng, ) { struct _PathsStruct { - auto spod_pths = SiSUpathsSisupod!()(); // SiSUpodPaths(); + auto spod_pths = SiSUpathsSisupod!()(); string base_filename(string fn_src) { return spod_pths.base_filename(fn_src); } @@ -57,7 +57,7 @@ template SiSUpathsSisupodZipped() { return pod_root(fn_src).chainPath("conf").array; } auto doc(string fn_src) { - return text_root(fn_src); // or pod_root? + return text_root(fn_src); } auto doc_lng(string fn_src) { return text_root(fn_src).chainPath(lng).array; @@ -86,7 +86,7 @@ template SiSUpathsSisupodFileSystem() { Lng lng, ) { struct _PathsStruct { - auto spod_pths = SiSUpathsSisupod!()(); // SiSUpodPaths(); + auto spod_pths = SiSUpathsSisupod!()(); string base_filename(string fn_src) { return spod_pths.base_filename(fn_src); } |