aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/lldatapacker_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/lldatapacker_tut.cpp')
-rw-r--r--linden/indra/test/lldatapacker_tut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/test/lldatapacker_tut.cpp b/linden/indra/test/lldatapacker_tut.cpp
index 096801a..d561a3c 100644
--- a/linden/indra/test/lldatapacker_tut.cpp
+++ b/linden/indra/test/lldatapacker_tut.cpp
@@ -351,7 +351,7 @@ namespace tut
351 { 351 {
352 F32 f_val = 44.44f, f_unpkval; 352 F32 f_val = 44.44f, f_unpkval;
353 353
354 FILE* fp = fopen(TEST_FILE_NAME, "w+"); 354 LLFILE* fp = LLFile::fopen(TEST_FILE_NAME, "w+");
355 if(!fp) 355 if(!fp)
356 { 356 {
357 llerrs << "File couldnt be open" <<llendl; 357 llerrs << "File couldnt be open" <<llendl;
@@ -406,7 +406,7 @@ namespace tut
406 LLVector4 unpkllvec4; 406 LLVector4 unpkllvec4;
407 LLUUID unpkuuid; 407 LLUUID unpkuuid;
408 408
409 FILE* fp = fopen(TEST_FILE_NAME,"w+"); 409 LLFILE* fp = LLFile::fopen(TEST_FILE_NAME,"w+");
410 if(!fp) 410 if(!fp)
411 { 411 {
412 llerrs << "File couldnt be open" <<llendl; 412 llerrs << "File couldnt be open" <<llendl;