stream_pvr: fix field size / snprintf size mismatch
commit74ad0b42841a4352f2645cf2104268cb8f39992d
authorUoti Urpala <uau@mplayer2.org>
Tue, 10 Apr 2012 15:53:25 +0000 (10 18:53 +0300)
committerUoti Urpala <uau@mplayer2.org>
Wed, 11 Apr 2012 00:56:30 +0000 (11 03:56 +0300)
treea97d6e3b9b3ca1f9b3a373db6686d7664f038f42
parent086d0381f0395d753ec3c995bf89542a4ca74599
stream_pvr: fix field size / snprintf size mismatch

struct station_elem_s had a field "name[8]", but the rest of the code
used PVR_STATION_NAME_SIZE as field size in snprintf and some other
calls accessing the field. Change the field size to
PVR_STATION_NAME_SIZE so it matches the accesses.
stream/stream_pvr.c