diff options
| author | Peter Jones <pjones@redhat.com> | 2015-02-25 16:33:59 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-04-13 19:55:25 -0400 |
| commit | 7fdbd9d48a4e447d4ea42268afb80a1ee84b633b (patch) | |
| tree | eb2616cc6b941d7d2688554d88e2fbe7e0447c13 /lib/execute.c | |
| parent | 6b2510522f92026dc17e1c5508bbfab935741012 (diff) | |
| download | efi-boot-shim-7fdbd9d48a4e447d4ea42268afb80a1ee84b633b.tar.gz efi-boot-shim-7fdbd9d48a4e447d4ea42268afb80a1ee84b633b.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] == '/') |
