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

Diff for /src/usr.bin/mg/undo.c between version 1.14 and 1.15

version 1.14, 2002/09/15 22:18:39 version 1.15, 2003/04/13 19:16:49
Line 401 
Line 401 
                         strlcat(buf, tmp, sizeof buf);                          strlcat(buf, tmp, sizeof buf);
                         strlcat(buf, "\"", sizeof buf);                          strlcat(buf, "\"", sizeof buf);
                 }                  }
                 snprintf(tmp, sizeof buf, " [%d]", rec->region.r_size);                  snprintf(tmp, sizeof tmp, " [%d]", rec->region.r_size);
                 strlcat(buf, tmp, sizeof buf);                  strlcat(buf, tmp, sizeof buf);
                 addlinef(bp, buf);                  addlinef(bp, buf);
         }          }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15