From 4372772b200c2f9143f12569166e02feaad3a79c Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 7 Oct 2005 13:09:58 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2135 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- src/libs/zbxsysinfo/sysinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/zbxsysinfo/sysinfo.c') diff --git a/src/libs/zbxsysinfo/sysinfo.c b/src/libs/zbxsysinfo/sysinfo.c index 14c43216..3220eacc 100644 --- a/src/libs/zbxsysinfo/sysinfo.c +++ b/src/libs/zbxsysinfo/sysinfo.c @@ -455,11 +455,11 @@ void test_parameters(void) process(commands[i].key,c,1); if((commands[i].parameter==0)) { - printf("%-30s [%s]\n",commands[i].key,c); + printf("%-30.30s[%s]\n",commands[i].key,c); } else { - printf("%-30s[%s] [%s]\n",commands[i].key,commands[i].parameter,c); + printf("%-30.30s[%s] [%s]\n",commands[i].key,commands[i].parameter,c); } fflush(stdout); i++; -- cgit