mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(CreateWorker): fixed total file count.
This commit is contained in:
@@ -153,7 +153,7 @@ namespace GARbro.GUI
|
|||||||
using (var tmp_file = new GARbro.Shell.TemporaryFile (Path.GetDirectoryName (m_arc_name),
|
using (var tmp_file = new GARbro.Shell.TemporaryFile (Path.GetDirectoryName (m_arc_name),
|
||||||
Path.GetRandomFileName ()))
|
Path.GetRandomFileName ()))
|
||||||
{
|
{
|
||||||
int m_total = m_file_list.Count() + 1;
|
m_total = m_file_list.Count() + 1;
|
||||||
using (var file = File.Create (tmp_file.Name))
|
using (var file = File.Create (tmp_file.Name))
|
||||||
{
|
{
|
||||||
m_format.Create (file, m_file_list, m_options, CreateEntryCallback);
|
m_format.Create (file, m_file_list, m_options, CreateEntryCallback);
|
||||||
|
|||||||
Reference in New Issue
Block a user