summaryrefslogtreecommitdiff
path: root/indra/test/lltut.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-11-11 18:57:13 +0800
committerErik Kundiman <erik@megapahit.org>2024-11-12 12:32:01 +0800
commit6530f56b97f57cb7d80bb916a2b15af0b7f6c425 (patch)
tree024f7870252fe309ebdef3fbd4f2a34f1e9bc5ee /indra/test/lltut.h
parent5704c81c1b6dc1da7ec3cfb5ee3979d0fc1db86d (diff)
parent814d6d43f0720bda2e74a0ecedb560ad8fcf10a9 (diff)
Merge remote-tracking branch 'secondlife/release/maint-c' into maint-c
Diffstat (limited to 'indra/test/lltut.h')
-rw-r--r--indra/test/lltut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/lltut.h b/indra/test/lltut.h
index 986bdd0619..1e380a3f5e 100644
--- a/indra/test/lltut.h
+++ b/indra/test/lltut.h
@@ -128,7 +128,7 @@ namespace tut
inline void ensure_memory_matches(const void* actual, U32 actual_len, const void* expected,U32 expected_len)
{
- ensure_memory_matches(NULL, actual, actual_len, expected, expected_len);
+ ensure_memory_matches("", actual, actual_len, expected, expected_len);
}
template <class T,class Q>