Difference for x11/xutil.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_xutil_c =   * static char *rcsid_xutil_c =
  *   "$Id: xutil.c,v 1.10 2003/10/06 07:04:02 mwedel Exp $";   *   "$Id: xutil.c,v 1.11 2004/01/12 07:23:57 onefang Exp $";
  */   */
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
Line 917
 
Line 917
     return;      return;
   }    }
   
       if (strlen(params) >= sizeof(bind_buf)) {
    params[sizeof(bind_buf) - 1] = '\0';
       }
   sprintf(buf, "Push key to bind '%s'.", params);    sprintf(buf, "Push key to bind '%s'.", params);
   draw_info(buf,NDI_BLACK);    draw_info(buf,NDI_BLACK);
   strcpy(bind_buf, params);    strcpy(bind_buf, params);


Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11

File made using version 1.96 of cvs2html by leaf at 2006-02-16 21:08