diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
commit | 2d011283a352d0a972c66155b2981a2e66c87e39 (patch) | |
tree | 1c94b2f56a1c2805bbe63abb51904dfb38692332 /tools/lib/h5diff_array.c | |
parent | a70274eceafe9dc364329eb395f50e81db7c7bd1 (diff) | |
download | hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.zip hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.gz hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.bz2 |
[svn-r7908] Purpose:
code clean, bug fix
Description:
cleaned warnings on IRIX
fixed bug in parse command line
Solution:
Platforms tested:
linux
IRIX 6.5 64
Misc. update:
Diffstat (limited to 'tools/lib/h5diff_array.c')
-rw-r--r-- | tools/lib/h5diff_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index 38f5ba9..10bba40 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -521,7 +521,7 @@ int diff_datum( void *_mem1, /* compare OID */ if (sb1.objno!=sb2.objno) { - printf("Different OIDs in reference: <%s, %d> and <%s, %d>", + HDfprintf(stdout,"Different OIDs in reference: <%s, %Hu> and <%s, %Hu>", obj1, sb1.objno, obj2, sb2.objno); nfound = 1; } |