Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
С командной строки не паковались файлы из корневых директорий дисков.
  • Loading branch information
shmuz committed Jan 19, 2015
1 parent 864a829 commit 79e4f3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions plugins/arclite/changelog
@@ -1,3 +1,7 @@
shmuel 19.01.2015 16:31:35 +0200

1. � ��������� ������ �� ���������� ����� �� �������� ���������� ������.

zg 07.12.2014 02:51:01 +0200

- 7z.dll ��������� �� ������ 9.34.
Expand Down
3 changes: 2 additions & 1 deletion plugins/arclite/plugin.cpp
Expand Up @@ -650,8 +650,9 @@ class Plugin {

// relative paths
if (!src_path.empty()) {
size_t size = src_path.size() + (src_path.back() == L'\\' ? 0 : 1);
for_each(files.begin(), files.end(), [&] (wstring& file) {
file.erase(0, src_path.size() + 1);
file.erase(0, size);
});
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/project.ini
Expand Up @@ -2,4 +2,4 @@
MODULE = arclite
VER_MAJOR = 1
VER_MINOR = 6
VER_PATCH = 6
VER_PATCH = 7

0 comments on commit 79e4f3b

Please sign in to comment.