From ecc191f590f76584a14c9c51727412b0b7b3086e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 May 2010 15:10:19 +0000 Subject: Changed the Bu::Stream API, setSize is now standard. There may be a few more things that should be added. A few of them still need to be implemented. I know that truncate for Bu::File is possible on windows, I've used it before, but hell if I can find it. Myriad also needs the setSize function completed. --- src/unit/myriad.unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit/myriad.unit') diff --git a/src/unit/myriad.unit b/src/unit/myriad.unit index bc05bf7..cf861a3 100644 --- a/src/unit/myriad.unit +++ b/src/unit/myriad.unit @@ -76,7 +76,7 @@ suite Myriad { FString sFileName("myriad-XXXXXXX"); - File::tempFile( sFileName ); + tempFile( sFileName ); File fMyriad( sFileName, File::WriteNew|File::Read ); Myriad m( fMyriad ); m.initialize( 64 ); -- cgit v1.2.3