diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
commit | b4ca93cadce90466d41704b68933c21fe909bcb8 (patch) | |
tree | 34b19278571d885a42c5ae31baeb5af532e7ea39 /indra/llvfs | |
parent | cd382d08c84e2d984a4a20888280084daa290c3f (diff) | |
parent | b1a7137ba6e56e1b692205f129d86acc942209e9 (diff) |
merge up to 3.7.6-release
Diffstat (limited to 'indra/llvfs')
-rwxr-xr-x | indra/llvfs/llvfile.cpp | 2 | ||||
-rwxr-xr-x | indra/llvfs/tests/lldiriterator_test.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indra/llvfs/llvfile.cpp b/indra/llvfs/llvfile.cpp index 306d7d8ec7..983e7c3b59 100755 --- a/indra/llvfs/llvfile.cpp +++ b/indra/llvfs/llvfile.cpp @@ -104,7 +104,7 @@ BOOL LLVFile::read(U8 *buffer, S32 bytes, BOOL async, F32 priority) // We can't do a read while there are pending async writes waitForLock(VFSLOCK_APPEND); - // *FIX: (???) + // *FIX: (?) if (async) { mHandle = sVFSThread->read(mVFS, mFileID, mFileType, buffer, mPosition, bytes, threadPri()); diff --git a/indra/llvfs/tests/lldiriterator_test.cpp b/indra/llvfs/tests/lldiriterator_test.cpp index 505d86faa7..a65e3dada5 100755 --- a/indra/llvfs/tests/lldiriterator_test.cpp +++ b/indra/llvfs/tests/lldiriterator_test.cpp @@ -51,9 +51,9 @@ namespace tut void test_chop_662(void) { // Check a selection of bad group names from the crash reports - LLDirIterator iter(".","+bad-group-name]+??-??.*"); - LLDirIterator iter1(".","))--@---bad-group-name2((??-??.*\\.txt"); - LLDirIterator iter2(".","__^v--x)Cuide d sua vida(x--v^__??-??.*"); + LLDirIterator iter(".","+bad-group-name]+?\?-??.*"); + LLDirIterator iter1(".","))--@---bad-group-name2((?\?-??.*\\.txt"); + LLDirIterator iter2(".","__^v--x)Cuide d sua vida(x--v^__?\?-??.*"); } template<> template<> |