src/H5Part.c

- H5PartSetStep()
		* fix conversion to different size in debug output
This commit is contained in:
2006-09-22 22:44:08 +00:00
parent 7f2cb8bcaf
commit 06530aff19
+2 -2
View File
@@ -1246,8 +1246,8 @@ H5PartSetStep (
CHECK_FILEHANDLE ( f );
_H5Part_print_info ( "Proc[%d]: Set step to #%lld for file %d",
f->myproc, (long long)step, (int) f );
_H5Part_print_info ( "Proc[%d]: Set step to #%lld for file %lld",
f->myproc, (long long)step, (long long) f );
sprintf ( name, "%s#%lld", H5PART_PARTICLES_GROUP, (long long) step );
r = H5Gget_objinfo( f->file, name, 1, NULL );
if ( ( (f->mode == H5PART_APPEND) || (f->mode == H5PART_WRITE) )