Skip to content
Snippets Groups Projects
user avatar
Martin Pitt authored
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.
9e68706b
History
Name Last commit Last update