From d31d089ea7a0545c3e72584b572f9a21ae15f8b4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 3 Mar 2010 23:56:58 +0000 Subject: I think I just changed whitespace... --- src/fbasicstring.h | 2 +- src/file.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fbasicstring.h b/src/fbasicstring.h index 2f9dbc1..4907d61 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h @@ -1892,7 +1892,7 @@ namespace Bu flatten(); for( ; core->pFirst->nLength > 0 && core->pFirst->pData[core->pFirst->nLength-1] == c; core->pFirst->nLength--, core->nLength-- ) { } } - + void format( const char *sFrmt, ...) { _hardCopy(); diff --git a/src/file.cpp b/src/file.cpp index 8944542..4d79f1e 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -188,6 +188,7 @@ Bu::File Bu::File::tempFile( Bu::FString &sName ) return Bu::File( afh_d ); } + void Bu::File::truncate( long nSize ) { ftruncate( fd, nSize ); -- cgit v1.2.3