http://d.puremagic.com/issues/show_bug.cgi?id=993 ------- Comment #1 from fvbommel at wxs.nl 2007-02-22 03:05 ------- Nitpick: that "pop i" after the call in the else clause shouldn't be there. D functions pop their own arguments, except in case of varargs. --