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

Diff for /src/usr.bin/cvs/diff_internals.c between version 1.31 and 1.32

version 1.31, 2010/07/16 17:53:20 version 1.32, 2010/07/23 21:46:05
Line 204 
Line 204 
 const char *diff_file2 = NULL;  const char *diff_file2 = NULL;
 RCSNUM *diff_rev1 = NULL;  RCSNUM *diff_rev1 = NULL;
 RCSNUM *diff_rev2 = NULL;  RCSNUM *diff_rev2 = NULL;
 char diffargs[128];  char diffargs[512];
 static struct stat stb1, stb2;  static struct stat stb1, stb2;
 static char *ifdefname, *ignore_pats;  static char *ifdefname, *ignore_pats;
 regex_t ignore_re;  regex_t ignore_re;
Line 1446 
Line 1446 
         if (i == -1)          if (i == -1)
                 fatal("diff_output: could not allocate memory");                  fatal("diff_output: could not allocate memory");
         if (diffbuf != NULL)          if (diffbuf != NULL)
                 cvs_buf_puts(diffbuf, str);                  buf_puts(diffbuf, str);
         else          else
                 cvs_printf("%s", str);                  cvs_printf("%s", str);
         xfree(str);          xfree(str);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32