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

Diff for /src/usr.bin/sdiff/edit.c between version 1.9 and 1.10

version 1.9, 2005/12/28 05:57:46 version 1.10, 2006/02/02 19:30:23
Line 153 
Line 153 
                         goto LEFT;                          goto LEFT;
   
                 /* Neither column is blank, so print both. */                  /* Neither column is blank, so print both. */
                 if (asprintf(&text, "%s%s\n", left, right) == -1)                  if (asprintf(&text, "%s\n%s\n", left, right) == -1)
                         err(2, "could not allocate memory");                          err(2, "could not allocate memory");
                 break;                  break;
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10