From: Ted Lemon Date: Wed, 22 Sep 1999 17:27:01 +0000 (+0000) Subject: Print the RHS of the binary operator on the RHS instead of the LHS. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361c0ac4e8ff931b7d7bb0ae062dd85370cf6fec;p=thirdparty%2Fdhcp.git Print the RHS of the binary operator on the RHS instead of the LHS. --- diff --git a/common/tree.c b/common/tree.c index 575fe3fa2..7ad5b5d91 100644 --- a/common/tree.c +++ b/common/tree.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: tree.c,v 1.49 1999/09/22 01:45:49 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tree.c,v 1.50 1999/09/22 17:27:01 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1872,7 +1872,7 @@ int write_expression (file, expr, col, indent) expr -> data.equal [0], col, indent); col = token_print_indent (file, col, indent, " ", " ", s); col = write_expression (file, - expr -> data.equal [0], col, indent); + expr -> data.equal [1], col, indent); break; case expr_substring: