add a more compact display
This commit is contained in:
@@ -41,7 +41,7 @@ if (sndf==NULL)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
foo = display_sf_info(&sfinfo, infname);
|
||||
foo = display_sf_info(&sfinfo, infname, 0);
|
||||
if (foo) {
|
||||
fprintf(stderr, "%s: corrupted sf_info ?\n", __func__);
|
||||
abort();
|
||||
@@ -83,6 +83,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
int foo;
|
||||
int format = 0;
|
||||
|
||||
print_version(argv[0]);
|
||||
|
||||
if (2 != argc) usage();
|
||||
|
||||
Reference in New Issue
Block a user