Simen kjaeraas <simen.kja...@gmail.com> wrote:

Heywood Floyd <soul...@gmail.com> wrote:

ops = ops[1 .. $];  // <=== line 335

Well, this looks like a bug to me. Should be

Ops = ops[1 .. $];

Oh, and you could probably make this change yourself.

--
Simen

Reply via email to