diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 08:52:40 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-02 08:52:40 +0100 | 
| commit | af16369cd594e64abec0d662f0fdbfe487c212d5 (patch) | |
| tree | 6ad054d0ac2d95f392cf3d4994b8d204e3c2c4bf /debian/patches/097-source_typo.patch | |
| parent | 096a497b36f208fb68a12c7ae7576ca0a69f919d (diff) | |
new release 1.8.15, Debian bug #766418), some other work
Diffstat (limited to 'debian/patches/097-source_typo.patch')
| -rw-r--r-- | debian/patches/097-source_typo.patch | 27 | 
1 files changed, 0 insertions, 27 deletions
| diff --git a/debian/patches/097-source_typo.patch b/debian/patches/097-source_typo.patch deleted file mode 100644 index 1323caf..0000000 --- a/debian/patches/097-source_typo.patch +++ /dev/null @@ -1,27 +0,0 @@ -Description: typo in source -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Forwarded: https://sourceforge.net/p/ipmitool/patches/101/ -Last-Update: 2014-05-19 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/lib/ipmi_fwum.c -=================================================================== ---- trunk.orig/lib/ipmi_fwum.c	2014-03-28 13:36:21.000000000 +0100 -+++ trunk/lib/ipmi_fwum.c	2014-05-19 14:58:48.313044838 +0200 -@@ -892,14 +892,14 @@ - 		} - 		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; | 
