Initialize filenamelen to avoid a warning.

svn path=/trunk/; revision=24275
This commit is contained in:
Stig Bjørlykke 2008-02-06 12:01:48 +00:00
parent cfc7b3276c
commit e88b6111a1
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ int main(int argc, char *argv[])
int split_packet_count = 0;
int written_count = 0;
char *filename;
size_t filenamelen;
size_t filenamelen = 0;
gboolean check_ts;
#ifdef HAVE_PLUGINS
char* init_progfile_dir_error;