Benign | --> || correction.

This commit is contained in:
Steve Price 1996-10-16 02:30:39 +00:00
parent 66478c637b
commit 856541b91f

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: jobs.c,v 1.6 1996/09/03 13:35:09 peter Exp $ * $Id: jobs.c,v 1.7 1996/09/03 14:15:52 peter Exp $
*/ */
#ifndef lint #ifndef lint
@ -1072,7 +1072,7 @@ cmdputs(s)
subtype = 0; subtype = 0;
} else if (c == CTLENDVAR) { } else if (c == CTLENDVAR) {
*q++ = '}'; *q++ = '}';
} else if (c == CTLBACKQ | c == CTLBACKQ+CTLQUOTE) } else if (c == CTLBACKQ || c == CTLBACKQ+CTLQUOTE)
cmdnleft++; /* ignore it */ cmdnleft++; /* ignore it */
else else
*q++ = c; *q++ = c;