From 728c597690056536a15910fb64a2b6ea104aa975 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Aug 2009 15:24:16 +0000 Subject: Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, the synopsis line made the canWrite function misleading. I also addad a script that could actually be used for any project, it builds a tarball release of all the files that are in SVN, so it will skip object code and the like. --- src/membuf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/membuf.cpp') diff --git a/src/membuf.cpp b/src/membuf.cpp index 11cc1bb..35580d3 100644 --- a/src/membuf.cpp +++ b/src/membuf.cpp @@ -113,7 +113,7 @@ bool Bu::MemBuf::canRead() bool Bu::MemBuf::canWrite() { - return isEos(); + return true; } bool Bu::MemBuf::isReadable() -- cgit v1.2.3