Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/tests/kernel
In article <20161125200105.5DBB4FBAE%cvs.NetBSD.org@localhost>,
Kamil Rytarowski <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: kamil
>Date: Fri Nov 25 20:01:05 UTC 2016
>
>Modified Files:
> src/tests/kernel: t_ptrace_wait.c
>
>Log Message:
>Fix several printf(3)-like functions usage with printing integers
>
>Integers as hex shall no be printed with PRIx8, but with plain "x".
I would use %#x...
christos
Home |
Main Index |
Thread Index |
Old Index