diff options
Diffstat (limited to 'nxcomp/src/ShapeExtension.cpp')
-rw-r--r-- | nxcomp/src/ShapeExtension.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/ShapeExtension.cpp b/nxcomp/src/ShapeExtension.cpp index 2ee2b67db..72b12d00b 100644 --- a/nxcomp/src/ShapeExtension.cpp +++ b/nxcomp/src/ShapeExtension.cpp @@ -182,7 +182,7 @@ int ShapeExtensionStore::parseIdentity(Message *message, const unsigned char *bu { if ((i * 2 + 4) < size) { - shapeExtension -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian); + shapeExtension -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian); #ifdef DEBUG *logofs << name() << ": Parsed data[" << i << "].\n" |