Fix copy and paste error.

Reported by Evan Huus. This should fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7194

svn path=/trunk/; revision=42238
This commit is contained in:
Michael Tüxen 2012-04-25 19:17:10 +00:00
parent b6ed0f345a
commit 27a21cd04d
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ main(int argc, char *argv[])
comment_gstr = g_string_new("File created my merging: \n");
for (i = 0; i < in_file_count; i++) {
g_string_append_printf(comment_gstr, "File%d: %s \n",i+1,in_files[0].filename);
g_string_append_printf(comment_gstr, "File%d: %s \n",i+1,in_files[i].filename);
}
shb_hdr->section_length = -1;
/* options */