diff options
| author | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
| commit | 1f23ecc3000b14c02cbaf47a819ed89ac93ec12e (patch) | |
| tree | eb2616cc6b941d7d2688554d88e2fbe7e0447c13 /lib/execute.c | |
| parent | 0ea5b3e3b7a905aac7668029348d895509de20e6 (diff) | |
| download | efi-boot-shim-1f23ecc3000b14c02cbaf47a819ed89ac93ec12e.tar.gz efi-boot-shim-1f23ecc3000b14c02cbaf47a819ed89ac93ec12e.zip | |
Make lib/ build right with the cflags it should be using...
... but isn't.
Signed-off-by: Peter Jones <pjones@redhat.com>
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] == '/') |
