# HG changeset patch # User Mychaela Falconia # Date 1599448850 0 # Node ID 6f528e2a9e231019aa58afb567ca694e5b07f622 # Parent 65f87111090c6deed5a174135ff41b6fb651a65c tedax2donl works now diff -r 65f87111090c -r 6f528e2a9e23 netdiff/convert/tedax2donl.c --- a/netdiff/convert/tedax2donl.c Mon Sep 07 03:02:42 2020 +0000 +++ b/netdiff/convert/tedax2donl.c Mon Sep 07 03:20:50 2020 +0000 @@ -103,9 +103,10 @@ if (!get_line()) { fprintf(stderr, "%s: EOF in the middle of a skip block\n", - infname, lineno); + infname); exit(1); } + parse_into_fields(); if (!nfields) continue; if (!strcmp(fields[0], "begin")) { @@ -161,9 +162,10 @@ if (!get_line()) { fprintf(stderr, "%s: EOF in the middle of the netlist block\n", - infname, lineno); + infname); exit(1); } + parse_into_fields(); if (!nfields) continue; if (!strcmp(fields[0], "begin")) {