diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-04-05 00:44:48 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-04-05 00:44:48 +0000 |
commit | 5fdf49f609a658161f482b406590531d4941ac46 (patch) | |
tree | b4f0fb11174e3a34afbdb55f6c63927107331118 /src/cachestoremyriad.h | |
parent | f837e7ef09bab37d2f896f381f5f956c824633c5 (diff) | |
download | libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.gz libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.bz2 libbu++-5fdf49f609a658161f482b406590531d4941ac46.tar.xz libbu++-5fdf49f609a658161f482b406590531d4941ac46.zip |
Fixed the cache system missing a sync on header data for inserts and deletes.
Diffstat (limited to 'src/cachestoremyriad.h')
-rw-r--r-- | src/cachestoremyriad.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h index e36506e..e632a82 100644 --- a/src/cachestoremyriad.h +++ b/src/cachestoremyriad.h | |||
@@ -98,7 +98,6 @@ namespace Bu | |||
98 | MyriadStream ns = mStore.openStream( iStream ); | 98 | MyriadStream ns = mStore.openStream( iStream ); |
99 | __cacheStoreMyriadStore<keytype, obtype>( ns, *pSrc, key ); | 99 | __cacheStoreMyriadStore<keytype, obtype>( ns, *pSrc, key ); |
100 | ns.setSize( ns.tell() ); | 100 | ns.setSize( ns.tell() ); |
101 | sync(); | ||
102 | return key; | 101 | return key; |
103 | } | 102 | } |
104 | 103 | ||