mirror of
https://github.com/0intro/wmii
synced 2025-02-23 01:34:16 +03:00
Fixed uint that should have been an int.
This commit is contained in:
parent
c2e3829dee
commit
d8adf5a2a8
@ -24,7 +24,7 @@ usage() {
|
||||
static void
|
||||
write_data(IxpCFid *fid, char *name) {
|
||||
void *buf;
|
||||
uint len;
|
||||
int len;
|
||||
|
||||
buf = ixp_emalloc(fid->iounit);;
|
||||
do {
|
||||
|
Loading…
x
Reference in New Issue
Block a user