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/lldatapacker_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 '')
-rw-r--r-- | linden/indra/test/lldatapacker_tut.cpp | 4 |
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; |