diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index b874679..fc63e7c 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -319,7 +319,7 @@ bool ResourceAccess::processMessageBuffer() | |||
319 | return false; | 319 | return false; |
320 | } | 320 | } |
321 | 321 | ||
322 | const uint messageId = *(int*)(d->partialMessageBuffer.constData()); | 322 | //const uint messageId = *(int*)(d->partialMessageBuffer.constData()); |
323 | const int commandId = *(int*)(d->partialMessageBuffer.constData() + sizeof(uint)); | 323 | const int commandId = *(int*)(d->partialMessageBuffer.constData() + sizeof(uint)); |
324 | const uint size = *(int*)(d->partialMessageBuffer.constData() + sizeof(int) + sizeof(uint)); | 324 | const uint size = *(int*)(d->partialMessageBuffer.constData() + sizeof(int) + sizeof(uint)); |
325 | 325 | ||