Wrappers work's BUG in no_diff.c (cvs-1.11.1p1) ? also 1.10.8 olders.
*** no_diff.org.c Wed Nov 28 15:08:35 2001
--- no_diff.c Wed Nov 28 15:09:07 2001
***************
*** 48,54 ****
else
options = xstrdup ("");
! tocvsPath = wrap_tocvs_process_file (finfo->file);
retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, options,
tocvsPath == NULL ? finfo->file : tocvsPath);
if (retcode == 0)
--- 48,58 ----
else
options = xstrdup ("");
! if (wrap_name_has (finfo->file, WRAP_TOCVS)) {
! tocvsPath = wrap_tocvs_process_file (finfo->file);
! } else {
! tocvsPath = NULL;
! }
retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, options,
tocvsPath == NULL ? finfo->file : tocvsPath);
if (retcode == 0)
no_diff.patch.gz
Description: Binary data
