git-svn-id: svn://db.shs.com.ru/libs@238 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user