FreeCalypso > hg > ueda-linux
comparison netdiff/convert/protel2donl.c @ 133:603d8da32fd0
protel2donl: brown paper bag bugfix
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 06 Sep 2020 23:14:14 +0000 |
| parents | 31ae8105aaa0 |
| children |
comparison
equal
deleted
inserted
replaced
| 132:31ae8105aaa0 | 133:603d8da32fd0 |
|---|---|
| 97 fprintf(stderr, "%s line %d: pin number part is empty\n", | 97 fprintf(stderr, "%s line %d: pin number part is empty\n", |
| 98 infname, lineno); | 98 infname, lineno); |
| 99 exit(1); | 99 exit(1); |
| 100 } | 100 } |
| 101 *cp = '.'; /* our PADS-like convention */ | 101 *cp = '.'; /* our PADS-like convention */ |
| 102 printf("%s\t%s\n", netname, lineno); | 102 printf("%s\t%s\n", netname, linebuf); |
| 103 } | 103 } |
| 104 | 104 |
| 105 static void | 105 static void |
| 106 process_net_block() | 106 process_net_block() |
| 107 { | 107 { |
