mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 06:12:20 -06:00
Core: BiVector, BiArray Create with parameters
This commit is contained in:
parent
fec5bc6a34
commit
143ad0aa3d
7 changed files with 108 additions and 7 deletions
|
|
@ -161,7 +161,7 @@ bool PatchDiff::Open(const char *patch_path, const Vector<String>& target_dirs0)
|
|||
|
||||
failed.Show(failed_count);
|
||||
failed.SetInk(SRed());
|
||||
failed = String() << failed_count << " file(s) failed";
|
||||
failed = String() << failed_count << " failed";
|
||||
|
||||
ShowResult();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue