*** title.c.orig	Tue Dec  6 20:29:35 1994
--- title.c	Fri Sep  9 23:29:00 1994
***************
*** 3,12 ****
  
  void title()
  {
!     char 	str[10];
      int 	l;
  
-     strcpy(str, "Cosmic Shooter");
      l = strlen(str);
      XSetForeground(disp, title_gc, color_pixel[ (rand() % 7) + 1]);
      XDrawImageString(disp, win, title_gc,
--- 3,11 ----
  
  void title()
  {
!     char 	*str="Cosmic Shooter";
      int 	l;
  
      l = strlen(str);
      XSetForeground(disp, title_gc, color_pixel[ (rand() % 7) + 1]);
      XDrawImageString(disp, win, title_gc,
