*** empty log message ***
[bpt/emacs.git] / src / xselect.c.old
index dea8a1c..8c818b9 100644 (file)
@@ -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;
     }