From 1ff33d637709b71a05db962bf51bd1cc48504629 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 9 May 2010 12:57:33 +0000 Subject: [PATCH] 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters svn: r15367 --- src/plugins/export/ExportGedcom.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/export/ExportGedcom.py b/src/plugins/export/ExportGedcom.py index e54f85530..5315af691 100644 --- a/src/plugins/export/ExportGedcom.py +++ b/src/plugins/export/ExportGedcom.py @@ -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