aboutsummaryrefslogtreecommitdiff
path: root/src/file.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-03-03 23:56:58 +0000
committerMike Buland <eichlan@xagasoft.com>2010-03-03 23:56:58 +0000
commitd31d089ea7a0545c3e72584b572f9a21ae15f8b4 (patch)
treede57cc0a152f6294e96b3e9d405baeb11b63e150 /src/file.cpp
parent54ddc589e3d803a4ceddf6b5a784ff85a94421ec (diff)
downloadlibbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.gz
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.bz2
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.tar.xz
libbu++-d31d089ea7a0545c3e72584b572f9a21ae15f8b4.zip
I think I just changed whitespace...
Diffstat (limited to '')
-rw-r--r--src/file.cpp1
1 files changed, 1 insertions, 0 deletions
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 )
188 188
189 return Bu::File( afh_d ); 189 return Bu::File( afh_d );
190} 190}
191
191void Bu::File::truncate( long nSize ) 192void Bu::File::truncate( long nSize )
192{ 193{
193 ftruncate( fd, nSize ); 194 ftruncate( fd, nSize );