ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as an...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 25 Apr 2008 23:10:54 +0000 (23:10 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 25 Apr 2008 23:10:54 +0000 (23:10 +0000)
commit0ad0632f5dd276c1940c38c236602816781436d4
tree61b44925091add09e15e2a88dd96db9cd2ee0b9a
parentd65a5d0d57c310f85e9b021868d1e930d4b1bcfb
ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environment...

Original commit message from CVS:
* ext/sidplay/gstsiddec.cc:
Cast NULL sentinels to void * as NULL is defined as an integer
constant in most environments when using C++ and it's size might
be different from a pointer. Fixes #529488.
ChangeLog
common
ext/sidplay/gstsiddec.cc