diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-12 13:36:33 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-12 13:36:33 -0800 |
commit | d69c403cba9bdebd1bd41b62ae7e28f5852248d4 (patch) | |
tree | e4dba73f21bc929ba4fb3fc6d6450e577d20bc8e /src/xcb_out.c | |
parent | b83f18a4cc2303dfda59807d56e16bbc5c18b09d (diff) | |
parent | 5cdc02e3441dc623e91ebc5d7f735565b83f8435 (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Diffstat (limited to 'src/xcb_out.c')
-rw-r--r-- | src/xcb_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb_out.c b/src/xcb_out.c index 2b1a434..eb41e59 100644 --- a/src/xcb_out.c +++ b/src/xcb_out.c @@ -120,7 +120,7 @@ unsigned int XCBSendRequest(XCBConnection *c, int flags, struct iovec *vector, c longlen += vector[i].iov_len; if(!vector[i].iov_base) { - vector[i].iov_base = (caddr_t) pad; + vector[i].iov_base = (char *) pad; assert(vector[i].iov_len <= sizeof(pad)); } } |