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 -1
View File
@@ -665,7 +665,7 @@ bool UiPacker::uiFileInfoStart()
total_files++;
int fg = con_fg(stdout,FG_CYAN);
con_fprintf(stdout,"%s [%s]\n", p->fi->getName(), p->getName());
con_fprintf(stdout,"%s [%s, %s]\n", p->fi->getName(), p->getFullName(opt), p->getName());
fg = con_fg(stdout,fg);
UNUSED(fg);
if (p->ph.c_len > 0)