aboutsummaryrefslogtreecommitdiff
path: root/src/cachestoremyriad.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cachestoremyriad.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h
index 3ae3ec8..bffa0bb 100644
--- a/src/cachestoremyriad.h
+++ b/src/cachestoremyriad.h
@@ -64,7 +64,8 @@ namespace Bu
64 mStore.initialize( iBlockSize, iPreAllocate ); 64 mStore.initialize( iBlockSize, iPreAllocate );
65 int iStream = mStore.createStream(); 65 int iStream = mStore.createStream();
66 if( iStream != 1 ) 66 if( iStream != 1 )
67 throw Bu::ExceptionBase("That's...horrible...id = %d.\n\n", iStream ); 67 throw Bu::ExceptionBase("That's...horrible...id = %d.\n\n",
68 iStream );
68 MyriadStream ns = mStore.openStream( 1 ); 69 MyriadStream ns = mStore.openStream( 1 );
69 Bu::Archive ar( ns, Bu::Archive::save ); 70 Bu::Archive ar( ns, Bu::Archive::save );
70 ar << hId; 71 ar << hId;