Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 685851 Details for
Bug 901895
You cannot specify an output file when processing multiple input files.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix ported from developement 4.13.4pre2
sharutils-4.13.3-Allow-exactly-one-input-file-when-specifying-output-.patch (text/plain), 1003 bytes, created by
Petr Pisar
on 2013-01-23 12:28:05 UTC
(
hide
)
Description:
Fix ported from developement 4.13.4pre2
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2013-01-23 12:28:05 UTC
Size:
1003 bytes
patch
obsolete
>From 2e633b222dbdccfd04506a0c0028471feb101524 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Wed, 23 Jan 2013 13:15:18 +0100 >Subject: [PATCH] Allow exactly one input file when specifying output file > >This fixes regression in 4.13.3. The fix ported from 4.13.4pre2. ><https://bugzilla.redhat.com/show_bug.cgi?id=901895> >--- > src/uudecode.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/src/uudecode.c b/src/uudecode.c >index 2ef5a92..723bcff 100644 >--- a/src/uudecode.c >+++ b/src/uudecode.c >@@ -490,7 +490,7 @@ main (int argc, char const * const * argv) > exit_status = decode ("stdin"); > break; > >- case 1: >+ default: > if (HAVE_OPT(OUTPUT_FILE)) > { > usage_message(_("You cannot specify an output file when processing\n\ >@@ -499,7 +499,7 @@ multiple input files.\n")); > } > /* FALLTHROUGH */ > >- default: >+ case 1: > while (--argc >= 0) > { > char const * f = *(argv++); >-- >1.8.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 901895
: 685851 |
685949