FreeCalypso > hg > ueda-linux
comparison pads2gpcb/decals.c @ 72:fab9fc646044
pads2gpcb: single -f option to write loose footprint files
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Feb 2016 00:26:04 +0000 |
parents | a7f0e9bb3fb7 |
children | f673b6ad2a78 |
comparison
equal
deleted
inserted
replaced
71:a3d47129ebdc | 72:fab9fc646044 |
---|---|
559 if (!current_decal->body) { | 559 if (!current_decal->body) { |
560 perror("malloc to save footprint body"); | 560 perror("malloc to save footprint body"); |
561 exit(1); | 561 exit(1); |
562 } | 562 } |
563 *current_decal->body = fpbody; | 563 *current_decal->body = fpbody; |
564 if (write_decal_files) | 564 if (write_footprint_files) |
565 write_decal_as_element(); | 565 write_decal_as_element(); |
566 } else { | 566 } else { |
567 printf("decal to gpcb fp conversion FAILED\n"); | 567 printf("decal to gpcb fp conversion FAILED\n"); |
568 free(pins_array); | 568 free(pins_array); |
569 } | 569 } |