]> git.pld-linux.org Git - packages/fwupdate.git/blob - fwupdate-undefined.patch
- updated URL
[packages/fwupdate.git] / fwupdate-undefined.patch
1 --- fwupdate-9/linux/libfwup.c.orig     2017-03-06 21:36:55.000000000 +0100
2 +++ fwupdate-9/linux/libfwup.c  2017-06-02 22:26:43.828884242 +0200
3 @@ -777,7 +777,7 @@
4         size_t boot_order_size = 0;
5         uint32_t attr;
6         int rc;
7 -       unsigned int i;
8 +       unsigned int i = 0;
9  
10         rc = efi_get_variable_size(efi_guid_global, "BootOrder",
11                                    &boot_order_size);
This page took 0.054069 seconds and 3 git commands to generate.