lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

Field flags read incorrectly #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Field flags need to be read like:

_flags = ((packet.readByte() & 0xff)) | ((packet.readByte() & 0xff) << 8);

Original issue reported on code.google.com by macl...@gmail.com on 23 May 2008 at 11:35

GoogleCodeExporter commented 9 years ago
fixed in svn revision 68, available in next build

Original comment by macl...@gmail.com on 23 May 2008 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 26 May 2008 at 3:23