From 14f3d33da47746dabc5e89a1644c4d914809de74 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 9 May 2010 12:57:05 +0000 Subject: [PATCH] 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters svn: r15366 --- 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 d002fac13..06c074de4 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