Remove hardcoded CR('\r') from 'lib/ipmi_hpmfwupg.c'.

This commit is contained in:
Zdenek Styblik 2012-01-21 05:34:33 +00:00
parent ba6f2fe2a2
commit a65d5add66

View File

@ -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)
{