[BACK]Return to random.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/Attic/random.c between version 1.25 and 1.26

version 1.25, 2008/06/11 23:18:33 version 1.26, 2008/09/15 16:13:35
Line 119 
Line 119 
   
         dotp = curwp->w_dotp;          dotp = curwp->w_dotp;
         doto = curwp->w_doto;          doto = curwp->w_doto;
         undo_add_boundary();          undo_boundary_enable(FFRAND, 0);
         undo_boundary_enable(FALSE);  
         if (doto == llength(dotp)) {          if (doto == llength(dotp)) {
                 if (--doto <= 0)                  if (--doto <= 0)
                         return (FALSE);                          return (FALSE);
Line 136 
Line 135 
         linsert(1, cr);          linsert(1, cr);
         if (fudge != TRUE)          if (fudge != TRUE)
                 (void)backchar(FFRAND, 1);                  (void)backchar(FFRAND, 1);
         undo_boundary_enable(TRUE);          undo_boundary_enable(FFRAND, 1);
         undo_add_boundary();  
         lchange(WFEDIT);          lchange(WFEDIT);
         return (TRUE);          return (TRUE);
 }  }

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26