https://issues.dlang.org/show_bug.cgi?id=23409
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Walter Bright <[email protected]> --- The problem probably has to do with putting va_start and va_end in a loop. I think it was written expecting it to be done only once. --
