typo in style fix
This commit is contained in:
parent
55af1648e7
commit
91d36d0a62
|
@ -428,7 +428,7 @@ bool DivInstrumentUndoStep::makeUndoPatch(size_t processTime_, const DivInstrume
|
||||||
|
|
||||||
// create the patch that will make post into pre
|
// create the patch that will make post into pre
|
||||||
podPatch.calcDiff((const DivInstrumentPOD*)post, (const DivInstrumentPOD*)pre, sizeof(DivInstrumentPOD));
|
podPatch.calcDiff((const DivInstrumentPOD*)post, (const DivInstrumentPOD*)pre, sizeof(DivInstrumentPOD));
|
||||||
if (pre->name!=post->name != 0) {
|
if (pre->name!=post->name) {
|
||||||
nameValid=true;
|
nameValid=true;
|
||||||
name=pre->name;
|
name=pre->name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue