/[packages]/cauldron/abrt/current/SOURCES/abrt-1.1.14-format_security.patch
ViewVC logotype

Contents of /cauldron/abrt/current/SOURCES/abrt-1.1.14-format_security.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21273 - (show annotations) (download)
Mon Jan 17 13:41:48 2011 UTC (13 years, 2 months ago) by blino
File size: 412 byte(s)
imported package abrt
1 --- abrt-1.1.14/src/CLI/report.cpp.str 2010-11-30 03:12:45.000000000 +0000
2 +++ abrt-1.1.14/src/CLI/report.cpp 2010-11-30 03:12:57.000000000 +0000
3 @@ -545,7 +545,7 @@
4 const char *yes = _("y");
5 const char *no = _("N");
6 char *full_question = xasprintf("%s [%s/%s]: ", question, yes, no);
7 - printf(full_question);
8 + printf("%s",full_question);
9 free(full_question);
10 fflush(NULL);
11 char answer[16];

  ViewVC Help
Powered by ViewVC 1.1.30