Correct the maximum length enforced for guidance text (74 vs 48)

This commit is contained in:
df 2021-02-22 19:31:20 +00:00
parent d98217b679
commit cf407f9a80
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ ts method setsynopsis {newsynopsis} {
}
ts method setguidance {newguidance} {
if {[string length $newguidance] > 48} { return }
if {[string length $newguidance] > 74} { return }
if {$newguidance eq ""} {
exec /mod/bin/hmt "-guidance" $file