Rename functions of mapping parser

This commit is contained in:
2019-03-25 17:56:57 +01:00
parent f237004e6c
commit a99a469cf0
4 changed files with 7 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ void command_line_convert_gds(char *gds_name, char *pdf_name, char *tex_name, gb
dstream = g_data_input_stream_new(G_INPUT_STREAM(stream));
i = 0;
do {
res = load_csv_line(dstream, &layer_export, &layer_name, &layer, &layer_color);
res = mapping_parser_load_line(dstream, &layer_export, &layer_name, &layer, &layer_color);
if (res == 0) {
if (!layer_export)
continue;