On Mon, 8 Jun 2020 20:50:15 +0200 Patrick Steinhardt <p...@pks.im> wrote:
> > + if (requested_keyfile_size) > > + { > > + if (requested_keyfile_size > (keyfile->size - > > keyfile_offset)) > > + return grub_error (GRUB_ERR_FILE_READ_ERROR, > > + N_("Keyfile is too small: " > > \ > > + "requested %" PRIuGRUB_SIZE " > > bytes, " \ > > + "but the file only has %" > > PRIuGRUB_SIZE \ > > + " bytes.\n"), > > These trailing backslashes aren't required. C handles strings split > over multiple lines without any need for escaping. Thanks, I wasn't sure what to do with them and I assumed they were there because of the (GNU?) code style, which I'm not familiar with. Denis.
pgpOGq_4EIqkm.pgp
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel