summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 5794911..02d10d7 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -1394,7 +1394,7 @@ H5_trace (double *returning, const char *func, const char *type, ...)
if (H5_debug_g.ttimes) {
char tmp[128];
sprintf(tmp, "%.6f", event_time.etime-first_time.etime);
- fprintf(out, " %*s ", strlen(tmp), "");
+ fprintf(out, " %*s ", (int)strlen(tmp), "");
}
for (i=0; i<current_depth; i++)
fputc('+', out);