diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/test/llsaleinfo_tut.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
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 | { |