PIValueTree save issue
This commit is contained in:
@@ -139,11 +139,11 @@ BINARY_STREAM_READ(PIValueTree) {
|
|||||||
PIChunkStream cs(csba);
|
PIChunkStream cs(csba);
|
||||||
while (!cs.atEnd()) {
|
while (!cs.atEnd()) {
|
||||||
switch (cs.read()) {
|
switch (cs.read()) {
|
||||||
case 1: cs.get(v._name);
|
case 1: cs.get(v._name); break;
|
||||||
case 2: cs.get(v._comment);
|
case 2: cs.get(v._comment); break;
|
||||||
case 3: cs.get(v._attributes);
|
case 3: cs.get(v._attributes); break;
|
||||||
case 4: cs.get(v._value);
|
case 4: cs.get(v._value); break;
|
||||||
case 5: cs.get(v._children);
|
case 5: cs.get(v._children); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
|
|||||||
Reference in New Issue
Block a user