Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 1996 03:13:43 -0700 (PDT)
From:      Mark Murray <markm>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/patch pch.c
Message-ID:  <199604111013.DAA00759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       96/04/11 03:13:42

  Modified:    gnu/usr.bin/patch  pch.c
  Log:
  Priorities were broken. If there was an Index: line and ***/--- lines
  with valid names, the ***/---names were taken first.
  this broke eg:
  Index: foo/Makefile
  ==========
  RCS <blah>
  Retrieving <blah>
  diff <blah>
  *** Makefile <blah>
  --- Makefile <blah>
  
  By trying to patch the Makefile in the _curent_ directory, rather than
  the one in the foo/ directory.
  
  Revision  Changes    Path
  1.7       +11 -4     src/gnu/usr.bin/patch/pch.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604111013.DAA00759>