summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2020-04-17 16:35:21 +0000
committerDave Houlton <euclid@lindenlab.com>2020-04-17 16:35:21 +0000
commitfb49ca2ee6830b256b3f8acda6a6e7b5070bef27 (patch)
treec19c8966d5f5fc5cb5f1b7f891abaf4233f50fd4 /indra/llcommon
parent794778eede8e9081374d1021c465ba5e472d2e58 (diff)
parent11e9fbefeb11f4ed90e22e7f0a0558442317875e (diff)
Merged in euclid-xcode (pull request #78)
Pull Brad's fixes for Xcode 11.4 into DRTVWR-440
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llsdutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdutil.cpp b/indra/llcommon/llsdutil.cpp
index 6a23c443a0..1f8384f415 100644
--- a/indra/llcommon/llsdutil.cpp
+++ b/indra/llcommon/llsdutil.cpp
@@ -506,7 +506,7 @@ struct Data
const char* name;
} typedata[] =
{
-#define def(type) { LLSD::type, #type + 4 }
+#define def(type) { LLSD::type, &#type[4] }
def(TypeUndefined),
def(TypeBoolean),
def(TypeInteger),