Ticket #1476 (new defect) — at Initial Version

Opened 15 years ago

Last modified 15 years ago

F3 on a .tar file hangs

Reported by: dborca Owned by:
Priority: major Milestone: 4.7.0-pre2
Component: mc-config-ini Version: 4.7.0-pre1
Keywords: mc.ext tar Cc: dborca@…
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

At some point, someone changed the following line in mc.ext.in:
"View=%view{ascii} tar tvvf %f" to "View=%view{ascii} tar tvvf - %f"
which is wrong, because a single dash alone will cause tar to read data from standard input (at least my tar v1.16.1).

Attached patch (against 4.7.0-pre1) fixes this.

Change History

Changed 15 years ago by dborca

Note: See TracTickets for help on using tickets.