Daniel Carrera wrote:
On 07/15/2011 10:34 PM, Nathan Froyd wrote:
+ va_start (ap, message);
+ fprintf (stderr, message, ap);

Did you mean to call vfprintf here?

Well spotted! Thanks for the report, Nathan!

2011-07-15  Daniel Carrera <dcarr...@gmail.com>

    * caf/mpi.c (caf_runtime_error): Change fprintf to vfprintf.
    * caf/single.c (caf_runtime_error): Ditto.

OK. Thanks for the quick patch!

Tobias

Reply via email to