aboutsummaryrefslogtreecommitdiff
path: root/src/cachestoremyriad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cachestoremyriad.h')
-rw-r--r--src/cachestoremyriad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h
index e632a82..e36506e 100644
--- a/src/cachestoremyriad.h
+++ b/src/cachestoremyriad.h
@@ -98,6 +98,7 @@ 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();
101 return key; 102 return key;
102 } 103 }
103 104