CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/10/02 18:37:07

Modified files:
        bin/md5        : md5.c 

Log message:
Use ferror() to check for write error, not the fflush() return value.
We can't rely on buffering to catch write errors in fflush().
Based on a diff from Demi M. Obenour, OK kn@

Reply via email to