]> git.sesse.net Git - vlc/commit
Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:49:20 +0000 (14:49 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:49:20 +0000 (14:49 +0000)
commit90714e7edb170c8542c0722b9c7054174c67d112
tree88dd3038695aaf6d7771f468efbabeac1219ee88
parentbaae70f35ac7f4c1cd5459b65339f5d55fae2d96
Fix one warning for vlc_iconv() here (4th argument), but 2nd argument also issues a warning. What is more dangerous here is there is pointer arithmic done with psz_stringstart. This needs FIXING.
modules/demux/ts.c