Ticket #2710 (can't open an edit zero-length file from VFS in mcedit)
commit88b3f840a72b89fa46536ff7e366044aa9bc551d
authorIlia Maslakov <il.smind@gmail.com>
Wed, 4 Jan 2012 11:42:18 +0000 (4 15:42 +0400)
committerIlia Maslakov <il.smind@gmail.com>
Sun, 8 Jan 2012 07:58:20 +0000 (8 11:58 +0400)
tree27eb35d72531d5ed2219f041b851f1f8e19885f4
parent22f0ce34b3f91fd20e5ea4e3b89785941132cb8a
Ticket #2710 (can't open an edit zero-length file from VFS in mcedit)

    fixed problem with zero-length files from VFS in mcedit.

    steps to reproduce the problem:
    1. touch test.txt
    2. tar cf test.tar test.txt
    3. place cursor on test.tar and press Enter to enter to the archive.
    4. place cursor on test.txt and press F4 to open file in editor.
    Result: file not opened.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
src/editor/edit.c