mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r10220] Purpose: Minor bug fix
Description: h5jam and h5unjam used old names jam and unjam while printing help message Solution: fixed Platforms tested: heping Misc. update:
This commit is contained in:
parent
04b7826ed1
commit
c5e8dc74c5
@ -32,7 +32,7 @@ hsize_t compute_user_block_size (hsize_t);
|
||||
hsize_t copy_some_to_file (int, int, hsize_t, hsize_t, ssize_t);
|
||||
void parse_command_line (int, const char *[]);
|
||||
|
||||
const char *progname = "jam";
|
||||
const char *progname = "h5jam";
|
||||
int d_status = EXIT_SUCCESS;
|
||||
int do_clobber = FALSE;
|
||||
char *output_file = NULL;
|
||||
|
@ -32,7 +32,7 @@ hsize_t write_pad( int , hsize_t );
|
||||
hsize_t compute_pad( hsize_t );
|
||||
hsize_t copy_to_file( int , int , ssize_t, ssize_t );
|
||||
|
||||
const char *progname = "unjam";
|
||||
const char *progname = "h5unjam";
|
||||
int d_status = EXIT_SUCCESS;
|
||||
int do_delete = FALSE;
|
||||
char *output_file = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user