From ac5fb6be210b63fd7216541679f513dc97491ede Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 31 Jul 2009 17:53:02 +0000 Subject: Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, now it throws exceptions. It'll still try to process bad data for a while though. Also, it turns out that Bu::File never reported EOS, now it does, appropriately. I'm about to change Bu::Stream::isEOS to be Bu::Stream::isEos, this is your warning. --- src/file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 61addae..6f28e7b 100644 --- a/src/file.h +++ b/src/file.h @@ -99,6 +99,7 @@ namespace Bu private: int fd; + bool bEos; }; } -- cgit v1.2.3