diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-09-14 07:10:06 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-09-14 07:10:06 +0000 |
commit | d210c301bc3e8867cad883e80663208474cc1ea5 (patch) | |
tree | cf79adc2952c20dfc5c8c051b3a0d907c4f7d9c7 /src/myriad.h | |
parent | 29ab73673e547abd20fc1a98e6ae642b11952808 (diff) | |
download | libbu++-d210c301bc3e8867cad883e80663208474cc1ea5.tar.gz libbu++-d210c301bc3e8867cad883e80663208474cc1ea5.tar.bz2 libbu++-d210c301bc3e8867cad883e80663208474cc1ea5.tar.xz libbu++-d210c301bc3e8867cad883e80663208474cc1ea5.zip |
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.
Diffstat (limited to 'src/myriad.h')
-rw-r--r-- | src/myriad.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
198 | int streamAddBlock( Stream *pStream ); | 198 | int streamAddBlock( Stream *pStream ); |
199 | void setStreamSize( Stream *pStream, long iSize ); | 199 | void setStreamSize( Stream *pStream, long iSize ); |
200 | 200 | ||
201 | void headerChanged(); | ||
202 | |||
201 | private: | 203 | private: |
202 | Bu::Stream &sStore; | 204 | Bu::Stream &sStore; |
203 | int iBlockSize; | 205 | int iBlockSize; |