]> Dogcows Code - chaz/tar/commit
(flush_read): Bugfix: the condition at line 714 included
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 29 Feb 2004 10:15:45 +0000 (10:15 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 29 Feb 2004 10:15:45 +0000 (10:15 +0000)
commit37400fa94ef4d2928ebf7206c4cd9fadd4e7e245
treed0c1f9a8291ecb2086f6bb48d1b80a645b882743
parent8c1b242931ddd982b32a2b4d9a7203f88ad42b50
(flush_read): Bugfix: the condition at line 714 included

      || (status > 0 && !read_full_records_option)

which is grossly wrong, since even if new_volume() below succeeds,
the subsequent call to rmtread will overwrite the chunk of data
already read in the buffer and thus spoil everything.
src/buffer.c
This page took 0.02114 seconds and 4 git commands to generate.