X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vms%2Fmunchconfig.c;h=82768db12ce1f50c6773ecd1f1bc4b7cff77c901;hb=a54396a03c51089dce3d7bc2dee3f48f90443e38;hp=158de3caf5d9c1fac8b916741c9d3867e01ff3dd;hpb=cc391245e1d1990aad64067bd4c25ba76be67238;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vms/munchconfig.c b/vms/munchconfig.c index 158de3c..82768db 100644 --- a/vms/munchconfig.c +++ b/vms/munchconfig.c @@ -345,8 +345,7 @@ tilde_sub(char LineBuffer[], Translate TildeSub[], int TildeSubCount) } else { /* 'Kay, not a tilde. Is it a word character? */ - if (isalnum(LineBuffer[TildeLoop]) || (LineBuffer[TildeLoop] = - '-') || + if (isalnum(LineBuffer[TildeLoop]) || (LineBuffer[TildeLoop] == '-')) { TempTilde[TildeBufferLength++] = LineBuffer[TildeLoop]; } else {