git-svn-id: svn://db.shs.com.ru/libs@238 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-06-16 12:29:33 +00:00
parent 4e90eef9bc
commit b874ffb253
13 changed files with 259 additions and 31 deletions

View File

@@ -118,16 +118,16 @@ void CDCore::k_parse(PIIODevice * d) {
}
void CDCore::k_update(PIIODevice * d) {
void CDCore::k_update(PIIODevice * d, UpdateModeFlags mode) {
CDSection uk = k_;
k_parse(d);
bool kn = true;
/*bool kn = true;
if (!uk.isEmpty())
if (!uk.isSameStructure(k_)) {
piCout << "ask for save names";
K_KeepNamesRequest(&kn);
}
uk.update(k_, kn);
}*/
uk.update(k_, mode);
//piCout << k_.count() << uk.count();
k_ = uk;
k_.makePath();