mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-21 13:08:39 -05:00
Suppress diagnostic print from encode program.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6999 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
043845aaf8
commit
5298a4b4b5
@ -174,8 +174,8 @@ int main
|
||||
}
|
||||
}
|
||||
|
||||
fprintf(stderr,
|
||||
"Encoded %d blocks, source block size %d, encoded block size %d\n",n,N-M,N);
|
||||
// fprintf(stderr,
|
||||
// "Encoded %d blocks, source block size %d, encoded block size %d\n",n,N-M,N);
|
||||
|
||||
if (ferror(encf) || fclose(encf)!=0)
|
||||
{ fprintf(stderr,"Error writing encoded blocks to %s\n",encoded_file);
|
||||
|
Loading…
Reference in New Issue
Block a user