diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-07-19 10:18:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-07-19 10:18:12 -0400 |
commit | 5379467ccb2861d2dbcbc8a13f860d9448bd2fb0 (patch) | |
tree | 0175fa31ffdc026f20d4a77819e9077ab9269c07 /indra/llcommon | |
parent | 677609b7224b2cd1e02e5866218f2e0d1fce57ba (diff) |
Fix copy/paste error in swiped FormatMessage() example code.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/tests/llsdserialize_test.cpp | 2 |
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: " |