* file_ops.c: cmd_read() now returns a short read at end-of-file instead of
[citadel.git] / citadel / ChangeLog
index ba660c009c3057af5013d4262bb8618a96000e52..34a94238c315f59a2ca75c629a90eef93562a7c3 100644 (file)
@@ -1,4 +1,10 @@
  $Log$
+ Revision 601.10  2002/09/29 04:41:43  error
+ * 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.
+
  Revision 601.9  2002/09/27 06:53:20  error
  * Allow multiple simultaneous IPC connections.  All changes necessary for
    the client to use the new code are necessarily included.
@@ -4016,4 +4022,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-