Difference for x11/xutil.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 char *rcsid_x11_xutil_c =  char *rcsid_x11_xutil_c =
     "$Id: xutil.c,v 1.14 2004/01/30 18:43:35 tchize Exp $";      "$Id: xutil.c,v 1.15 2004/01/31 16:19:38 tchize Exp $";
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
   
Line 917
 
Line 917
   
     if (strlen(params) >= sizeof(bind_buf)) {      if (strlen(params) >= sizeof(bind_buf)) {
  params[sizeof(bind_buf) - 1] = '\0';   params[sizeof(bind_buf) - 1] = '\0';
       draw_info("Keybinding too long! Truncated:",NDI_RED);
       draw_info(params,NDI_RED);
     }      }
   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);


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

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