src/H5Part.c

- _H5Part_set_step()
	* revert use of 'snprintf()' (Windows doesn't have it!)
This commit is contained in:
2007-07-11 15:10:06 +00:00
parent 08ce0ee46a
commit a0dd21b79e
+1 -2
View File
@@ -1325,9 +1325,8 @@ _H5Part_set_step (
char name[128];
snprintf (
sprintf (
name,
sizeof( name ),
"%s#%0*lld",
f->groupname_step, f->stepno_width, (long long) step );
herr_t herr = H5Gget_objinfo( f->file, name, 1, NULL );