From d210c301bc3e8867cad883e80663208474cc1ea5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 14 Sep 2010 07:10:06 +0000 Subject: Quite exciting, really. That lurking myriad bug has been found, it was not forcing a header update when a stream changed size, but did not require additional blocks to be linked in. Kind of strange, but it's fixed now. A little more testing and I think it'll be ready. --- src/myriad.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/myriad.h') diff --git a/src/myriad.h b/src/myriad.h index 53a42b8..84f273e 100644 --- a/src/myriad.h +++ b/src/myriad.h @@ -198,6 +198,8 @@ namespace Bu int streamAddBlock( Stream *pStream ); void setStreamSize( Stream *pStream, long iSize ); + void headerChanged(); + private: Bu::Stream &sStore; int iBlockSize; -- cgit v1.2.3