[COMMITTED] support: Fix printf format for TEST_COMPARE_STRING

Florian Weimer fweimer@redhat.com
Wed Nov 7 13:16:00 GMT 2018


* Adhemerval Zanella:

> -        printf ("  string length: %lu bytes\n", left_length);
> +        printf ("  string length: %zu bytes\n", left_length);

Thanks; and sorry about that.

Florian



More information about the Libc-alpha mailing list