Difference for server/c_wiz.c from version 1.47 to 1.48


version 1.47 version 1.48
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.47 2004/06/11 06:12:57 mwedel Exp $";   *   "$Id: c_wiz.c,v 1.48 2004/06/16 07:09:44 mwedel Exp $";
  */   */
   
 /*  /*
Line 530
 
Line 530
  *cp = '\0';   *cp = '\0';
         cp += 4;          cp += 4;
     }      }
   
     for (bp2=bp; *bp2; bp2++)      for (bp2=bp; *bp2; bp2++)
  if (*bp2 == ' ') {   if (*bp2 == ' ') {
      *bp2 = '\0';       *bp2 = '\0';
Line 617
 
Line 616
      else       else
  new_draw_info_format(NDI_UNIQUE, 0, op,   new_draw_info_format(NDI_UNIQUE, 0, op,
      "(%s#%d)->%s=%s", tmp->name, tmp->count, bp2, bp3);       "(%s#%d)->%s=%s", tmp->name, tmp->count, bp2, bp3);
   
        /* This is broken, because it is possible to get here
         * without bp4 being set.  However, this entire block
         * seems pretty suspect.
         */
      if (gotquote)       if (gotquote)
  bp2=bp4+2;   bp2=bp4+2;
      else       else


Legend:
line(s) removed in v.1.47 
line(s) changed
 line(s) added in v.1.48

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:30