tests/modeprint: fix argument type
authorEleni Maria Stea <elene.mst@gmail.com>
Mon, 9 May 2022 12:00:54 +0000 (15:00 +0300)
committerEleni Maria Stea <elene.mst@gmail.com>
Mon, 9 May 2022 12:54:20 +0000 (15:54 +0300)
commitae6d81da2093b139ece952913f8f00dcc26ce7b9
tree3fb3ac202986416c522adf8da7fd01b3a030d525
parent4caec56fb8ebfe475a83315a12941d80808f4dee
tests/modeprint: fix argument type

Replaced the type PRId64 with PRIu64 in a printf as the argument was
unsigned to fix the related compiler warning.

Signed-off-by: Eleni Maria Stea <elene.mst@gmail.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
tests/modeprint/modeprint.c