diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2016-09-19 15:36:20 -0700 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2016-09-19 15:36:20 -0700 |
| commit | 6af9d134b88e5350ff71af67d0245831358f0c36 (patch) | |
| tree | 6774d5cae8e1c24ce61f4e21f349bb91bc939d4a /lib/execute.c | |
| parent | c2f285a93f50edc40d6f2b8114e4f9af812398d0 (diff) | |
| parent | 1442bd709766f1b82be26e93ad774f4a720d0a70 (diff) | |
| download | efi-boot-shim-6af9d134b88e5350ff71af67d0245831358f0c36.tar.gz efi-boot-shim-6af9d134b88e5350ff71af67d0245831358f0c36.zip | |
New upstream release (fix-up commit)
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] == '/') |
