Enhanced the comment on title info
This commit is contained in:
parent
616b509500
commit
13e62ed8f4
1 changed files with 3 additions and 1 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue