Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116037203
D48483.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
761 B
Referenced Files
None
Subscribers
None
D48483.diff
View Options
diff --git a/usr.bin/bintrans/bintrans.c b/usr.bin/bintrans/bintrans.c
--- a/usr.bin/bintrans/bintrans.c
+++ b/usr.bin/bintrans/bintrans.c
@@ -139,7 +139,7 @@
{NULL, no_argument, NULL, 0}
};
- while ((ch = getopt_long(argc, argv, "diw:", opts, NULL)) != -1)
+ while ((ch = getopt_long(argc, argv, "+diw:", opts, NULL)) != -1)
switch (ch) {
case 'd':
decode = true;
diff --git a/usr.bin/bintrans/qp.c b/usr.bin/bintrans/qp.c
--- a/usr.bin/bintrans/qp.c
+++ b/usr.bin/bintrans/qp.c
@@ -181,7 +181,7 @@
{NULL, no_argument, NULL, 0}
};
- while ((ch = getopt_long(argc, argv, "do:ru", opts, NULL)) != -1) {
+ while ((ch = getopt_long(argc, argv, "+do:ru", opts, NULL)) != -1) {
switch(ch) {
case 'o':
fpo = fopen(optarg, "w");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 10:16 PM (13 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17874066
Default Alt Text
D48483.diff (761 B)
Attached To
Mode
D48483: bintrans: disable argument permutation for qp and base64
Attached
Detach File
Event Timeline
Log In to Comment