diff options
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 417c445..9c8ae90 100644 --- a/src/file.cpp +++ b/src/file.cpp | |||
| @@ -151,7 +151,7 @@ void Bu::File::setBlocking( bool bBlocking ) | |||
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | #ifndef WIN32 | 153 | #ifndef WIN32 |
| 154 | Bu::File Bu::File::tempFile( Bu::FString &sName, int /*iFlags*/ ) | 154 | Bu::File Bu::File::tempFile( Bu::FString &sName ) |
| 155 | { | 155 | { |
| 156 | int afh_d = mkstemp( sName.getStr() ); | 156 | int afh_d = mkstemp( sName.getStr() ); |
| 157 | 157 | ||
