summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-07-19 10:18:12 -0400
committerNat Goodspeed <nat@lindenlab.com>2011-07-19 10:18:12 -0400
commit5379467ccb2861d2dbcbc8a13f860d9448bd2fb0 (patch)
tree0175fa31ffdc026f20d4a77819e9077ab9269c07 /indra
parent677609b7224b2cd1e02e5866218f2e0d1fce57ba (diff)
Fix copy/paste error in swiped FormatMessage() example code.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/tests/llsdserialize_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp
index 1fe3dc13c0..f2a7530f10 100644
--- a/indra/llcommon/tests/llsdserialize_test.cpp
+++ b/indra/llcommon/tests/llsdserialize_test.cpp
@@ -282,7 +282,7 @@ private:
NULL,
GetLastError(),
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
- LPTSTR(&lpMsgBuf),
+ LPTSTR(&msgptr),
0, NULL );
LL_ERRS("NamedTempFile") << "GetTempFileName(\"" << mPath << "\", \""
<< (ext.c_str() + pfx_offset) << "\") failed: "