On Tue, Sep 02, 2025 at 12:26:44PM +0200, Anaëlle Cazuc wrote: > On some targets, size_t and grub_size_t may not be the same type > (unsigned long / unsigned int) > This breaks the compilation because the definition of gpgrt_b64dec_proc > differs from its declaration > Fix it by using grub_size_t in the definition prototype > > Signed-off-by: Anaëlle Cazuc <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
