Skip to content
Snippets Groups Projects
Commit 9e68706b authored by Martin Pitt's avatar Martin Pitt Committed by Martin Pitt
Browse files

tests: Fix ioctl data type

The `0xdeadbeef` constant in Vala is implicitly an int64. On 32 bit
big-endian architectures like powerpc this argument vanishes during its
interpretation through varargs and long (i.e. gets shifted to the second
argument, which we never look at). Explicitly make it an int.
parent 4fa4c8e1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment