summaryrefslogtreecommitdiffstats
path: root/src/CLI/CLI.cpp
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-10-22 14:38:55 +0200
committerKarel Klic <kklic@redhat.com>2009-10-22 14:38:55 +0200
commiteec58f224eda6415f58907f37efb2f3e51453362 (patch)
tree5dc0b525a4b2c187dae423e9d9603f742207f525 /src/CLI/CLI.cpp
parent71571cc968cf8b002eee6761be96b8af7969483f (diff)
parent326f6403b29aa2e2932826dc6facb567ebac8ab7 (diff)
downloadabrt-eec58f224eda6415f58907f37efb2f3e51453362.tar.gz
abrt-eec58f224eda6415f58907f37efb2f3e51453362.tar.xz
abrt-eec58f224eda6415f58907f37efb2f3e51453362.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/CLI/CLI.cpp')
-rw-r--r--src/CLI/CLI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index a782a59..18e99dc 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -65,7 +65,7 @@ static void print_crash_infos(vector_crash_infos_t& pCrashInfos, int pMode)
int success = strftime(timeloc, 128, "%c", localtime(&time));
if (!success)
error_msg_and_die("Error while converting time to string.");
-
+
printf(_("%u.\n"
"\tUID : %s\n"
"\tUUID : %s\n"
@@ -132,7 +132,6 @@ int main(int argc, char** argv)
{
char* uuid = NULL;
int op = -1;
- char *name;
setlocale(LC_ALL,"");
#if ENABLE_NLS