Email gateway obeys 'Reply-To:' in header.
[egate.git] / util / iso2709.c
index 015af64..f583f06 100644 (file)
  * Europagate, 1994-1995.
  *
  * $Log: iso2709.c,v $
- * Revision 1.16  1995/05/16 09:40:53  adam
+ * Revision 1.17  1995/12/20 16:28:08  adam
+ * Extra parameter block to gw_db_open. If block is 0 gw_db_open
+ * returns NULL if lock couldn't be satisfied.
+ * Minor changes in iso2709.c.
+ *
+ * Revision 1.16  1995/05/16  09:40:53  adam
  * LICENSE.
  *
  * Revision 1.15  1995/03/31  10:42:41  adam
@@ -261,7 +266,7 @@ Iso2709Rec iso2709_cvt (const char *buf)
         identifier_flag = 1;
         if (p->indicator_length)
         {
-#if STUPID_ISO_DBC
+#if WEIRD_ISO_DBC
             if (buf[dpos+p->indicator_length] != ISO2709_IDFS)
                 identifier_flag = 0;
 #else