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 666230 Details for
Bug 888884
Typo (pasword) and mistakingly c-formatted message
[?]
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 to fix the bug
0001-Fix-typo-remove-c-format-from-a-not-c-formatted-mess.patch (text/plain), 1.46 KB, created by
Yuri Chornoivan
on 2012-12-19 17:35:57 UTC
(
hide
)
Description:
Patch to fix the bug
Filename:
MIME Type:
Creator:
Yuri Chornoivan
Created:
2012-12-19 17:35:57 UTC
Size:
1.46 KB
patch
obsolete
>From 5e7fba72cc41f282a6cb624b9af3c3008da1607c Mon Sep 17 00:00:00 2001 >From: Yuri Chornoivan <yurchor@ukr.net> >Date: Wed, 19 Dec 2012 19:25:31 +0200 >Subject: [PATCH] Fix typo, remove c-format from a not c-formatted message > >--- > src/plugins/abrt-screencast | 1 + > src/plugins/reporter-bugzilla.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/src/plugins/abrt-screencast b/src/plugins/abrt-screencast >index eb58da9..0511a65 100644 >--- a/src/plugins/abrt-screencast >+++ b/src/plugins/abrt-screencast >@@ -83,6 +83,7 @@ class AbrtScreecastWindow(Gtk.Window): > percentage = 1.0 > > self.progress.set_fraction(percentage) >+ # xgettext:no-c-format > self.progress.set_text(_("Encoding: {0!s}% complete").format(self.enc_completed)) > return True > >diff --git a/src/plugins/reporter-bugzilla.c b/src/plugins/reporter-bugzilla.c >index 0a01519..ec259ca 100644 >--- a/src/plugins/reporter-bugzilla.c >+++ b/src/plugins/reporter-bugzilla.c >@@ -941,7 +941,7 @@ int main(int argc, char **argv) > if (rhbz.b_password[0] == '\0') > { > free(rhbz.b_password); >- char *question = xasprintf(_("Password is not provided by configuration. Please enter the pasword for '%s':"), rhbz.b_login); >+ char *question = xasprintf(_("Password is not provided by configuration. Please enter the password for '%s':"), rhbz.b_login); > rhbz.b_password = ask_bz_password(question); > free(question); > } >-- >1.7.10 >
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 Raw
Actions:
View
Attachments on
bug 888884
: 666230