From baf874b5a76a1be02961e88f31da8fd97c4623f6 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 6 Oct 2015 13:21:37 -0400 Subject: dmd compiler warnings fixed --- lib/sdp/ao_scan_inserts.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sdp/ao_scan_inserts.d') diff --git a/lib/sdp/ao_scan_inserts.d b/lib/sdp/ao_scan_inserts.d index e99222a..9111076 100644 --- a/lib/sdp/ao_scan_inserts.d +++ b/lib/sdp/ao_scan_inserts.d @@ -109,7 +109,7 @@ mixin template SiSUdocInserts() { return t; } auto scan_doc_source(char[][] markup_sourcefile_content, string fn_src) { - char[] cont_arbitrary_max_length_set[100000]; // 2000 pg * 50 lines + char[][100000] cont_arbitrary_max_length_set; // 2000 pg * 50 lines string[string] processing; uint[string] line_occur; auto obj_im = new ObjInlineMarkup(); -- cgit v1.2.3