summaryrefslogtreecommitdiff
path: root/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-10-28 09:28:55 -0400
committerRye <rye@alchemyviewer.org>2025-10-31 07:46:07 -0400
commit7429ee1f84161103affefa97a7d4f40803445364 (patch)
treecbb5d7a8b69df2aa0c486e7b7163beb411e595bd /indra/integration_tests/llimage_libtest/llimage_libtest.cpp
parentefb62b8899848d0f048967fa29cf5837af95cdee (diff)
Fix multiple unicode file io handling issues with llofstream and llifstream
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/integration_tests/llimage_libtest/llimage_libtest.cpp')
-rw-r--r--indra/integration_tests/llimage_libtest/llimage_libtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/integration_tests/llimage_libtest/llimage_libtest.cpp b/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
index c45bd6fd01..1bd1bb2d2b 100644
--- a/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
+++ b/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
@@ -329,7 +329,7 @@ public:
void run()
{
- std::ofstream os(mFile.c_str());
+ llofstream os(mFile.c_str());
while (!sAllDone)
{