summaryrefslogtreecommitdiff
path: root/src/=xselect.c.old
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-06-30 13:54:21 +0000
committerJim Blandy <jimb@redhat.com>1992-06-30 13:54:21 +0000
commit8a097b5b08f3e017994e2df07a618d58fc023df3 (patch)
treedaa1bb7d7f8787084cece10dbc017eaf68cfab16 /src/=xselect.c.old
parentc46996887ff22382a0c27c882a38ddcdd5e71415 (diff)
downloademacs-8a097b5b08f3e017994e2df07a618d58fc023df3.tar.gz
*** empty log message ***
Diffstat (limited to 'src/=xselect.c.old')
-rw-r--r--src/=xselect.c.old2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/=xselect.c.old b/src/=xselect.c.old
index dea8a1cfca9..8c818b90746 100644
--- a/src/=xselect.c.old
+++ b/src/=xselect.c.old
@@ -193,7 +193,7 @@ use X selections.")
{
BLOCK_INPUT;
XStoreBytes (x_current_display,
- XSTRING (string)->data,
+ (char *) XSTRING (string)->data,
XSTRING (string)->size);
UNBLOCK_INPUT;
}