3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15367
This commit is contained in:
parent
5ff5769845
commit
1ff33d6377
@ -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…
x
Reference in New Issue
Block a user