mirror of
https://github.com/0intro/wmii
synced 2025-02-16 22:35:20 +03:00
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…
x
Reference in New Issue
Block a user