summaryrefslogtreecommitdiffstats
path: root/bin/pax/pat_rep.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/pat_rep.c')
-rw-r--r--bin/pax/pat_rep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c
index 7b712bf..546a945 100644
--- a/bin/pax/pat_rep.c
+++ b/bin/pax/pat_rep.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: pat_rep.c,v 1.2 1994/09/24 02:56:24 davidg Exp $
*/
#ifndef lint
@@ -617,7 +617,7 @@ range_match(pattern, test)
int negate;
int ok = 0;
- if (negate = (*pattern == '!'))
+ if ((negate = (*pattern == '!')))
++pattern;
while ((c = *pattern++) != ']') {
OpenPOWER on IntegriCloud