> { > - fprintf_ftype fprintf = info->fprintf_func; > void * stream = info->stream;
I'm pretty sure this is not the correct fix. "Fix a warning" is not sufficient justification for any change. We need to understand what was wrong with the old code, and why the new code is correct. Paul