3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15366
This commit is contained in:
parent
887f8ba9bd
commit
14f3d33da4
@ -327,6 +327,8 @@ class GedcomWriter(UpdateCallback):
|
||||
"""
|
||||
assert(token)
|
||||
if textlines:
|
||||
if token == "FILE":
|
||||
limit = 255
|
||||
# break the line into multiple lines if a newline is found
|
||||
textlist = textlines.split('\n')
|
||||
token_level = level
|
||||
|
Loading…
Reference in New Issue
Block a user