mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 317 - ipmi_fwum.c: fix typo
This commit is contained in:
parent
26da519310
commit
6d25903a0b
@ -892,14 +892,14 @@ KfwumUploadFirmware(struct ipmi_intf *intf, unsigned char *pBuffer,
|
||||
}
|
||||
if (rc == 0) {
|
||||
if ((address % 1024) == 0) {
|
||||
KfwumShowProgress("Writting Firmware in Flash",
|
||||
KfwumShowProgress("Writing Firmware in Flash",
|
||||
address, totalSize);
|
||||
}
|
||||
sequenceNumber++;
|
||||
}
|
||||
} while ((rc == 0) && (address < totalSize));
|
||||
if (rc == 0) {
|
||||
KfwumShowProgress("Writting Firmware in Flash",
|
||||
KfwumShowProgress("Writing Firmware in Flash",
|
||||
100, 100);
|
||||
}
|
||||
return rc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user