From a65d5add668a938c449cd4842da727fe8925b3c9 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 21 Jan 2012 05:34:33 +0000 Subject: [PATCH] Remove hardcoded CR('\r') from 'lib/ipmi_hpmfwupg.c'. --- ipmitool/lib/ipmi_hpmfwupg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipmitool/lib/ipmi_hpmfwupg.c b/ipmitool/lib/ipmi_hpmfwupg.c index 717e704..395b673 100644 --- a/ipmitool/lib/ipmi_hpmfwupg.c +++ b/ipmitool/lib/ipmi_hpmfwupg.c @@ -2447,11 +2447,11 @@ static int HpmFwupgActionUploadFirmware if ( option & DEBUG_MODE) { fflush(stdout); - printf(" Blk Num : %02x Bytes : %05x \r", + printf(" Blk Num : %02x Bytes : %05x ", uploadCmd.req.blockNumber,totalSent); if (imageOffset || blockLength) { - printf("\n\r--> ImgOff : %x BlkLen : %x\n",imageOffset,blockLength); + printf("\n--> ImgOff : %x BlkLen : %x\n",imageOffset,blockLength); } if (displayFWLength == totalSent) {