* file_ops.c: cmd_read() now returns a short read at end-of-file instead of
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 29 Sep 2002 04:41:43 +0000 (04:41 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 29 Sep 2002 04:41:43 +0000 (04:41 +0000)
commitc9d47b61ce06029a23eb73598fc0002e5beb6155
tree12d9f575e624c87b36cf0dcc7eafca11229b1fe7
parent4628a145ad3028b396c0c8ab547492bfbd60a6e6
* file_ops.c: cmd_read() now returns a short read at end-of-file instead of
  4096, this prevents trailing garbage on the downloaded file; also it now
  succeeds if the requested number of bytes is > 4096; it simply returns
  only 4096 bytes.
citadel/ChangeLog
citadel/file_ops.c