Display full format name with --fileinfo.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-30 23:34:19 +01:00
parent 665dcf221b
commit fa95c3c4a2
7 changed files with 8 additions and 6 deletions
+1
View File
@@ -103,6 +103,7 @@ struct PackerNames
PackerNames() { names_count = 0; o = NULL; }
void add(Packer *p)
{
p->assertPacker();
assert(names_count < 32);
names[names_count].fname = p->getFullName(o);
names[names_count].sname = p->getName();