]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_scan.c
tws.h: Remove zero-valued TW_SNIL macro, used once.
[nmh] / sbr / fmt_scan.c
index 894d242374e191c557080bd21aeb7ec084b187bf..ef3ab1b1b8b975cff1c6bbfeab1bd11631659940 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * fmt_scan.c -- format string interpretation
+/* fmt_scan.c -- format string interpretation
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -834,7 +833,7 @@ fmt_scan (struct format *format, charstring_t scanlp, int width, int *dat,
            }
            break;
        case FT_LV_ZONEF:
-           if ((fmt->f_comp->c_tws->tw_flags & TW_SZONE) == TW_SZEXP)
+           if (fmt->f_comp->c_tws->tw_flags & TW_SZEXP)
                    value = 1;
            else
                    value = -1;