diff lphobos/std/format.d @ 120:5ce8ab11e75a trunk

[svn r124] Fixed another D vararg + return in ptr bug. Fixed some nested function calls failed to resolve the context ptr.
author lindquist
date Mon, 26 Nov 2007 07:26:21 +0100
parents 288fe1029e1f
children 5825d48b27d1
line wrap: on
line diff
--- a/lphobos/std/format.d	Mon Nov 26 06:45:13 2007 +0100
+++ b/lphobos/std/format.d	Mon Nov 26 07:26:21 2007 +0100
@@ -449,7 +449,7 @@
 ------------------------
  */
 
-void doFormat(void delegate(dchar) putc, TypeInfo[] arguments, va_list argptr)
+void doFormat(void delegate(dchar) putc, TypeInfo[] arguments, void* argptr)
 {   int j;
     TypeInfo ti;
     Mangle m;