On Wednesday, 11 October 2017 17:23:44 CEST Richard W.M. Jones wrote: > +#if DEBUG > +/* Print escaped buffer to fp. */ > +static void > +debug_buffer (FILE *fp, char *buf)
'buf' is read-only here, so it ought to be 'const'. -- Pino Toscano
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
