Network - Fixed Unpackb.
Changed Unpackb to "*buffer" instead of "buffer".
This commit is contained in:
parent
e1d0150ef1
commit
fc8dba6610
|
@ -169,7 +169,7 @@ namespace Oyster
|
|||
//bool (1-bit)
|
||||
bool Unpackb(unsigned char buffer[])
|
||||
{
|
||||
return buffer;
|
||||
return *buffer;
|
||||
}
|
||||
|
||||
//char (8-bit)
|
||||
|
|
Loading…
Reference in New Issue