# HG changeset patch # User arpi # Date 1041858729 0 # Node ID 56fc9c8a86921ec6e6d704cdf33795c0709f0318 # Parent 477d42e66e8b95db41c78b8a0f542c5e2c4636d8 10l? :) patch by Stephane Jourdois diff -r 477d42e66e8b -r 56fc9c8a8692 libmpdemux/tv.c --- a/libmpdemux/tv.c Mon Jan 06 12:27:39 2003 +0000 +++ b/libmpdemux/tv.c Mon Jan 06 13:12:09 2003 +0000 @@ -250,7 +250,7 @@ strcpy(tv_channel_current->name, strchr(tmp, '-') + 1); strchr(tmp, '-')[0] = '\0'; - strncpy(tv_channel_current->number, tmp, 4); + strncpy(tv_channel_current->number, tmp, 5); while (strchr(tv_channel_current->name, '_')) strchr(tv_channel_current->name, '_')[0] = ' ';