mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
remove useless error output
This commit is contained in:
parent
44ca3c948c
commit
a2e77c0c4e
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ main (int argc, char* argv[])
|
|||
for (n = 0; n < nfiles; ++n) {
|
||||
|
||||
if (read (files[n], (char*) data, block_size) != block_size) {
|
||||
fprintf (stderr, "read failed on file %d (%s)\n", n, strerror (errno));
|
||||
goto out;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue