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
* 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
@ -1072,7 +1072,7 @@ cmdputs(s)
subtype = 0;
} else if (c == CTLENDVAR) {
*q++ = '}';
} else if (c == CTLBACKQ | c == CTLBACKQ+CTLQUOTE)
} else if (c == CTLBACKQ || c == CTLBACKQ+CTLQUOTE)
cmdnleft++; /* ignore it */
else
*q++ = c;