mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-15 02:04:24 +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),
|
||||
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))
|
||||
{
|
||||
m_format.Create (file, m_file_list, m_options, CreateEntryCallback);
|
||||
|
||||
Reference in New Issue
Block a user