diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/test/llpermissions_tut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/test/llpermissions_tut.cpp b/linden/indra/test/llpermissions_tut.cpp index 25af11c..0f53b98 100644 --- a/linden/indra/test/llpermissions_tut.cpp +++ b/linden/indra/test/llpermissions_tut.cpp | |||
@@ -421,7 +421,7 @@ namespace tut | |||
421 | template<> template<> | 421 | template<> template<> |
422 | void permission_object_t::test<20>() | 422 | void permission_object_t::test<20>() |
423 | { | 423 | { |
424 | FILE* fp = fopen("linden_file.dat","w+"); | 424 | LLFILE* fp = LLFile::fopen("linden_file.dat","w+"); |
425 | if(!fp) | 425 | if(!fp) |
426 | { | 426 | { |
427 | llerrs << "file coudnt be opened\n" << llendl; | 427 | llerrs << "file coudnt be opened\n" << llendl; |
@@ -444,7 +444,7 @@ namespace tut | |||
444 | 444 | ||
445 | perm.exportFile(fp); | 445 | perm.exportFile(fp); |
446 | fclose(fp); | 446 | fclose(fp); |
447 | fp = fopen("linden_file.dat","r+"); | 447 | fp = LLFile::fopen("linden_file.dat","r+"); |
448 | if(!fp) | 448 | if(!fp) |
449 | { | 449 | { |
450 | llerrs << "file coudnt be opened\n" << llendl; | 450 | llerrs << "file coudnt be opened\n" << llendl; |