cameo: also connect paths from gnuplot files

We only did this for Gerber.
This commit is contained in:
Werner Almesberger 2011-12-16 04:36:17 -03:00
parent 7354edee2b
commit 90254ef0bc
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ struct path *gnuplot_read(const char *name, double r_tool_default)
path_add(path, x, y, z);
}
fclose(file);
return paths;
return path_connect(paths);
}