diff options
Diffstat (limited to 'linden/indra/test/llsaleinfo_tut.cpp')
-rw-r--r-- | linden/indra/test/llsaleinfo_tut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/test/llsaleinfo_tut.cpp b/linden/indra/test/llsaleinfo_tut.cpp index dde0d6e..297a19b 100644 --- a/linden/indra/test/llsaleinfo_tut.cpp +++ b/linden/indra/test/llsaleinfo_tut.cpp | |||
@@ -113,7 +113,7 @@ namespace tut | |||
113 | void llsaleinfo_test_t::test<2>() | 113 | void llsaleinfo_test_t::test<2>() |
114 | { | 114 | { |
115 | 115 | ||
116 | FILE* fp = fopen("linden_file.dat","w+"); | 116 | LLFILE* fp = LLFile::fopen("linden_file.dat","w+"); |
117 | if(!fp) | 117 | if(!fp) |
118 | { | 118 | { |
119 | llerrs << "file could not be opened\n" << llendl; | 119 | llerrs << "file could not be opened\n" << llendl; |
@@ -129,7 +129,7 @@ namespace tut | |||
129 | LLSaleInfo llsaleinfo1; | 129 | LLSaleInfo llsaleinfo1; |
130 | U32 perm_mask; | 130 | U32 perm_mask; |
131 | BOOL has_perm_mask; | 131 | BOOL has_perm_mask; |
132 | fp = fopen("linden_file.dat","r"); | 132 | fp = LLFile::fopen("linden_file.dat","r"); |
133 | 133 | ||
134 | if(!fp) | 134 | if(!fp) |
135 | { | 135 | { |