do not print verse and chapter number for introductions

This commit is contained in:
Alexander Bocken 2020-08-11 18:13:01 +02:00
parent 5036d5342a
commit 0d70b9e45c

View File

@ -177,8 +177,9 @@ function processline() {
print $1
last_book_printed = $2
}
printf("%d:%d\t", $4, $5)
if ($4 != 0){
printf("%d:%d\t", $4, $5)
}
printverse($6)
outputted_records++
}