changeset 64:6a1197106b6f

pads2gpcb: PARTTYPE section processing enabled
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 07:37:09 +0000
parents 455a0051f9d2
children 2b71943a311b
files pads2gpcb/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pads2gpcb/main.c	Sun Jan 31 07:32:08 2016 +0000
+++ b/pads2gpcb/main.c	Sun Jan 31 07:37:09 2016 +0000
@@ -99,11 +99,11 @@
 			process_partdecal_section();
 			goto loop;
 		}
-#if 0
 		if (!strcmp(input_line_starkw, "PARTTYPE")) {
 			process_parttype_section();
 			goto loop;
 		}
+#if 0
 		if (!strcmp(input_line_starkw, "PART")) {
 			process_part_section();
 			goto loop;