--- abrt-1.1.14/src/CLI/report.cpp.str 2010-11-30 03:12:45.000000000 +0000 +++ abrt-1.1.14/src/CLI/report.cpp 2010-11-30 03:12:57.000000000 +0000 @@ -545,7 +545,7 @@ const char *yes = _("y"); const char *no = _("N"); char *full_question = xasprintf("%s [%s/%s]: ", question, yes, no); - printf(full_question); + printf("%s",full_question); free(full_question); fflush(NULL); char answer[16];