mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
va_arg -> HDva_arg
This commit is contained in:
parent
ce50e34c58
commit
ee4eb09b5f
@ -419,7 +419,7 @@ HDfprintf(FILE *stream, const char *fmt, ...)
|
||||
|
||||
case 'T': /* Elapsed time, in seconds */
|
||||
{
|
||||
double seconds = va_arg(ap, double);
|
||||
double seconds = HDva_arg(ap, double);
|
||||
char *time_string = H5_timer_get_time_string(seconds);
|
||||
|
||||
if(time_string) {
|
||||
|
Loading…
Reference in New Issue
Block a user