mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
Remove hardcoded CR('\r') from 'lib/ipmi_hpmfwupg.c'.
This commit is contained in:
parent
ba6f2fe2a2
commit
a65d5add66
@ -2447,11 +2447,11 @@ static int HpmFwupgActionUploadFirmware
|
|||||||
if ( option & DEBUG_MODE)
|
if ( option & DEBUG_MODE)
|
||||||
{
|
{
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
printf(" Blk Num : %02x Bytes : %05x \r",
|
printf(" Blk Num : %02x Bytes : %05x ",
|
||||||
uploadCmd.req.blockNumber,totalSent);
|
uploadCmd.req.blockNumber,totalSent);
|
||||||
if (imageOffset || blockLength)
|
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)
|
if (displayFWLength == totalSent)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user