http://ftp.x.org/contrib/applications/xscreensaver-3.23.tar.gz
[xscreensaver] / hacks / phosphor.c
index 105f9b5bcf7f0146d983c6e26b9d581bc933018f..22e9495e3fd832c0608de34e17dc9e9e8850dd3a 100644 (file)
@@ -300,7 +300,7 @@ capture_font_bits (p_state *state)
         continue;
       XDrawString (state->dpy, p, state->gc1,
                    i * safe_width, font->ascent,
-                   string + i, 1);
+                   (char *) (string + i), 1);
     }
 
   /* Draw the cursor. */