renamed WMIIR_ADDRESS (bka WMIIR_SOCKET) into WMII_ADDRESS

This commit is contained in:
Anselm R. Garbe 2006-02-01 15:05:11 +02:00
parent 390e0c3b57
commit fc2d7e42b5

View File

@ -38,7 +38,7 @@ spawn_ixp_write(char *cmd)
return;
}
if(ixp_client_write(&c, fid, 0, len, (void *)data) != len) {
fprintf(stderr, "wmiir: cannot write file: %s\n", c.errstr);
fprintf(stderr, "libwmii: cannot write file: %s\n", c.errstr);
return;
}
ixp_client_close(&c, fid);