BuildMethodLoadFix.diff
Methods.cpp (kopia robocza) | ||
---|---|---|
546 | 546 |
VectorMap<String, String> map; |
547 | 547 |
String fn = ConfigFile(ff.GetName()); |
548 | 548 |
if(LoadVarFile(fn, map)) { |
549 |
String methodTitle = GetFileTitle(fn); |
|
550 |
if(method.Find(methodTitle) >= 0) |
|
551 |
break; |
|
552 |
|
|
549 | 553 |
String builderName = map.Get("BUILDER", Null); |
550 | 554 |
int setupIdx = -1; |
551 | 555 |
String prefix; |
... | ... | |
563 | 567 |
|
564 | 568 |
map = MapBuilderVars(map); |
565 | 569 |
origfile.Add(fn); |
566 |
method.Add(GetFileTitle(fn));
|
|
570 |
method.Add(methodTitle);
|
|
567 | 571 |
for(int j = 1; j < method.GetIndexCount(); j++) { |
568 | 572 |
String key = method.GetId(j).ToString(); |
569 | 573 |
String val = map.Get(key, Null); |