info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

no_diff wrap_tocvs BUG?


From: Yukihiro KAWADA
Subject: no_diff wrap_tocvs BUG?
Date: Wed, 28 Nov 2001 15:30:30 +0900 (JST)
User-agent: VM/6.75 SEMI/1.13.6 (Komatsu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.2 (beta14) (Dionysos) (sparc-sun-sunos4.1.4_JL)

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)

Attachment: no_diff.patch.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]