playback-test: Fix types for comparisons
authorSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:07:15 +0000 (17:07 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:07:15 +0000 (17:07 +0100)
commit856d27338b55d1b8e8168eb66b107cbc8eb88af6
treecb0b943e0ecf4a437f76b4fee9182190f5b2d6f3
parent437d11f5a0d85ad6f203377473938d5efa3dd439
playback-test: Fix types for comparisons

Storing a 64 bit integer in a 32 bit integer and then checking
for the error cases might not be ideal.

error: comparison of constant -9223372036854775808 with
expression of type 'guint' (aka 'unsigned int') is always true
tests/examples/playback/playback-test.c