From 13e62ed8f42876fd3752e87a54be941751d59d48 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Fri, 29 May 2020 15:09:16 +0200 Subject: [PATCH] Enhanced the comment on title info --- title_info.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/title_info.go b/title_info.go index 3bb1248..b2d35ea 100644 --- a/title_info.go +++ b/title_info.go @@ -28,7 +28,9 @@ func (ti *TitleInfo) SetPrintObjectName(printObjectName string) { ti.printObjectName = printObjectName } -// AdditionalInfo returns the additional info segment (+08) FERAG-formatted +// AdditionalInfo returns the additional info segment (+08) FERAG-formatted. +// It is not returned if empty UNLESS the flag showEmptyAdditionalInfo is +// set to true. func (ti *TitleInfo) AdditionalInfo() string { if ti.additionalInfo == "" && ti.showEmptyAdditionalInfo == false { return ""