Simen kjaeraas <[email protected]> wrote:
Heywood Floyd <[email protected]> wrote:ops = ops[1 .. $]; // <=== line 335Well, this looks like a bug to me. Should be Ops = ops[1 .. $];
Oh, and you could probably make this change yourself. -- Simen
Simen kjaeraas <[email protected]> wrote:
Heywood Floyd <[email protected]> wrote:ops = ops[1 .. $]; // <=== line 335Well, this looks like a bug to me. Should be Ops = ops[1 .. $];
Oh, and you could probably make this change yourself. -- Simen