mirror of https://github.com/0intro/wmii
changed ixp_dec_stat
This commit is contained in:
parent
58dd7803c2
commit
4bb2cc8fbd
|
@ -182,7 +182,7 @@ void *
|
|||
ixp_dec_stat(unsigned char *msg, Stat * stat)
|
||||
{
|
||||
unsigned short len;
|
||||
msg += sizeof(unsigned short);
|
||||
msg = ixp_dec_u16(msg, &len);
|
||||
msg = ixp_dec_u16(msg, &stat->type);
|
||||
msg = ixp_dec_u32(msg, &stat->dev);
|
||||
msg = ixp_dec_qid(msg, &stat->qid);
|
||||
|
|
Loading…
Reference in New Issue