Update MediaWiki page '135 Protocol'

This commit is contained in:
S 2012-12-23 01:02:18 +00:00 committed by moparisthebest
parent c4b0e07123
commit d05138c9fc

View File

@ -8,7 +8,7 @@ This page refers to the RSC #135 client revision. You can find a partially refac
[byte] (len & 0xff) [byte] (len & 0xff)
} else { } else {
[byte] len [byte] len
[byte] data[len - 1] // last byte [byte] data[len] // last byte
len--; // skip it len--; // skip it
} }
[byte] opcode [byte] opcode