3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters

svn: r15367
This commit is contained in:
Doug Blank 2010-05-09 12:57:33 +00:00
parent 5ff5769845
commit 1ff33d6377

View File

@ -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