Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102851912
D34757.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
D34757.diff
View Options
diff --git a/contrib/bsddialog/bsddialog.c b/contrib/bsddialog/bsddialog.c
--- a/contrib/bsddialog/bsddialog.c
+++ b/contrib/bsddialog/bsddialog.c
@@ -454,7 +454,8 @@
conf.key.f1_file = optarg;
break;
case HLINE:
- conf.bottomtitle = optarg;
+ if (strlen(optarg) > 0)
+ conf.bottomtitle = optarg;
break;
case HMSG:
conf.key.f1_message = optarg;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 12:15 AM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14707145
Default Alt Text
D34757.diff (375 B)
Attached To
Mode
D34757: bsddialog(1): Improve --hline (help subtitle)
Attached
Detach File
Event Timeline
Log In to Comment