Add info for line source

This commit is contained in:
Holger Vogt 2025-10-04 19:58:22 +02:00
parent e277c886ef
commit 76c4be60ce
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ ENHtranslate_poly(
l1->linenum = d->linenum;
l2->linenum = d->linenum;
l1->linesource = copy("internal");
l2->linesource = copy("internal");
/* Create the translated cards */
d->error = two2three_translate(d->line, &(l1->line), &(l2->line));