Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build break on amd64 - nand/nand.c



On Fri, Nov 02, 2012 at 12:24:15PM -0700, Paul Goyette wrote:
>                       aprint_error_dev(self,
>                           "data corrected with ECC at page offset 0x%jx "
> -                         "block %" PRIu32 "\n", (uintmax_t)offset, b);
> +                         "block %z\n", (uintmax_t)offset, b);
>                       break;

This is missing the format itself, e.g. u.

Joerg


Home | Main Index | Thread Index | Old Index