]> wimlib.net Git - wimlib/commit
file_io.c: fix handling of EINTR
authorEric Biggers <ebiggers3@gmail.com>
Wed, 10 Jun 2015 00:22:43 +0000 (19:22 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 23 Jun 2015 02:17:26 +0000 (21:17 -0500)
commitdfe54bc93753cf5b878c7d9a6ff7a445de75ad9a
tree31cd0135f688badb861920661a98748babcd749c
parent9cea97563687a186c563171c067a688004f7ad27
file_io.c: fix handling of EINTR

The old code would accidentally increment bytes_remaining...
src/file_io.c