Skip to content

Commit

Permalink
Fix reference to FilePath data type
Browse files Browse the repository at this point in the history
Fixes #465

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler2 committed May 13, 2024
1 parent bd43eb7 commit 4a342be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/gedcom-4-gedzip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Each GEDZIP file contains the following entries:

- An entry with name `gedcom.ged` containing a data stream.

- An entry for each *local file* `g7:datatype-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload.
- An entry for each *local file* `g7:type-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload.
If there is a local file named `gedcom.ged`, it must be renamed to a new unused filename with the same extension prior to constructing the GEDZIP.

All file names inside a GEDZIP are case-sensitive.
Expand Down

0 comments on commit 4a342be

Please sign in to comment.