diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2016-07-26 12:03:25 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2016-07-26 12:03:25 -0400 |
| commit | 1854cb28d1aec5a415474c27b9689fb9926ec4ca (patch) | |
| tree | 45b4dc5bcbe5a1d8f535977d9242ca1226e6f27c /lib/execute.c | |
| parent | c2f285a93f50edc40d6f2b8114e4f9af812398d0 (diff) | |
| parent | d3819813b8e0a64400ddf3ce033bae7c3f245508 (diff) | |
| download | efi-boot-shim-1854cb28d1aec5a415474c27b9689fb9926ec4ca.tar.gz efi-boot-shim-1854cb28d1aec5a415474c27b9689fb9926ec4ca.zip | |
New upstream release.
Diffstat (limited to 'lib/execute.c')
| -rw-r--r-- | lib/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c index 42d71c87..89328c68 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -51,7 +51,7 @@ generate_path(CHAR16* name, EFI_LOADED_IMAGE *li, EFI_DEVICE_PATH **path, CHAR16 EFI_STATUS efi_status = EFI_SUCCESS; CHAR16 *devpathstr = DevicePathToStr(li->FilePath), *found = NULL; - int i; + unsigned int i; for (i = 0; i < StrLen(devpathstr); i++) { if (devpathstr[i] == '/') |
