diff options
Diffstat (limited to 'src/unit')
| -rw-r--r-- | src/unit/taf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/taf.cpp b/src/unit/taf.cpp index 0a97eba..71bd867 100644 --- a/src/unit/taf.cpp +++ b/src/unit/taf.cpp | |||
| @@ -29,7 +29,7 @@ public: | |||
| 29 | { | 29 | { |
| 30 | #define FN_TMP ("/tmp/tmpXXXXXXXX") | 30 | #define FN_TMP ("/tmp/tmpXXXXXXXX") |
| 31 | Bu::FString sFnTmp(FN_TMP); | 31 | Bu::FString sFnTmp(FN_TMP); |
| 32 | Bu::File fOut = Bu::File::tempFile( sFnTmp, Bu::File::Write ); | 32 | Bu::File fOut = Bu::File::tempFile( sFnTmp ); |
| 33 | const char *data = | 33 | const char *data = |
| 34 | "{test: name=\"Bob\"}" | 34 | "{test: name=\"Bob\"}" |
| 35 | ; | 35 | ; |
