diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-05-23 00:39:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-05-23 00:39:31 +0000 |
commit | 20ee81a7b2d44ec985e99b4ee1bcd08fa25175d3 (patch) | |
tree | ec6174abd3a21f8d803d26267f9c03ddc468746e /src/stable/file.cpp | |
parent | ce793e31f387c0715fa5b50c20e06510cc3e95ff (diff) | |
download | libbu++-20ee81a7b2d44ec985e99b4ee1bcd08fa25175d3.tar.gz libbu++-20ee81a7b2d44ec985e99b4ee1bcd08fa25175d3.tar.bz2 libbu++-20ee81a7b2d44ec985e99b4ee1bcd08fa25175d3.tar.xz libbu++-20ee81a7b2d44ec985e99b4ee1bcd08fa25175d3.zip |
We have a nice selection of basic randomness functions now.
Diffstat (limited to 'src/stable/file.cpp')
-rw-r--r-- | src/stable/file.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stable/file.cpp b/src/stable/file.cpp index 81b476d..33420f1 100644 --- a/src/stable/file.cpp +++ b/src/stable/file.cpp | |||
@@ -190,7 +190,6 @@ void Bu::File::setBlocking( bool bBlocking ) | |||
190 | 190 | ||
191 | Bu::File Bu::File::tempFile( Bu::String &sName ) | 191 | Bu::File Bu::File::tempFile( Bu::String &sName ) |
192 | { | 192 | { |
193 | uint32_t iX; | ||
194 | int iXes; | 193 | int iXes; |
195 | for( iXes = sName.getSize()-1; iXes >= 0; iXes-- ) | 194 | for( iXes = sName.getSize()-1; iXes >= 0; iXes-- ) |
196 | { | 195 | { |