Last update contained an error in writing database files in which

the path component of the use def was interpreted as being relative
to the parent when reading the cell def but not when writing,
resulting in paths being interpreted incorrectly.
This commit is contained in:
Tim Edwards
2018-04-06 12:50:37 -04:00
parent 64d849994b
commit 3bf2441818
6 changed files with 29 additions and 22 deletions
+1
View File
@@ -29,6 +29,7 @@
struct writeArg
{
char *wa_name; /* Filename of output file */
FILE *wa_file; /* File to which to output */
TileType wa_type; /* Type of tile being searched for */
bool wa_found; /* Have any tiles been found yet? */