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

Diff for /src/usr.bin/cvs/diff.c between version 1.49 and 1.50

version 1.49, 2005/07/11 01:26:47 version 1.50, 2005/07/11 01:32:17
Line 791 
Line 791 
                 free(J);                  free(J);
                 J = NULL;                  J = NULL;
                 cvs_log(LP_ERRNO, "failed to resize J");                  cvs_log(LP_ERRNO, "failed to resize J");
                 status |= 2;  
                 goto closem;                  goto closem;
         }          }
         J = (int *)tmp;          J = (int *)tmp;
Line 803 
Line 802 
                 free(ixold);                  free(ixold);
                 ixold = NULL;                  ixold = NULL;
                 cvs_log(LP_ERRNO, "failed to resize ixold");                  cvs_log(LP_ERRNO, "failed to resize ixold");
                 status |= 2;  
                 goto closem;                  goto closem;
         }          }
         ixold = (long *)tmp;          ixold = (long *)tmp;
Line 811 
Line 809 
                 free(ixnew);                  free(ixnew);
                 ixnew = NULL;                  ixnew = NULL;
                 cvs_log(LP_ERRNO, "failed to resize ixnew");                  cvs_log(LP_ERRNO, "failed to resize ixnew");
                 status |= 2;  
                 goto closem;                  goto closem;
         }          }
         ixnew = (long *)tmp;          ixnew = (long *)tmp;

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50