mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 06:12:34 -06:00
CtrlCore: X11 key handling improved (thanks Oblivion), ide: patch tool improved
git-svn-id: svn://ultimatepp.org/upp/trunk@15617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
acf7cc8ad4
commit
5beff5b389
4 changed files with 42 additions and 31 deletions
|
|
@ -117,7 +117,7 @@ bool Patch::MatchFiles(const Vector<String>& dir, Progress& pi)
|
|||
com_path.Replace("\\", "/");
|
||||
if(dir.GetCount())
|
||||
for(int pass = 0; pass < 2; pass++) {
|
||||
while(com_path.GetCount()) {
|
||||
for(;;) {
|
||||
for(String d : dir) {
|
||||
while(d.GetCount() > 3) {
|
||||
if(pi.StepCanceled())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue