summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-15 03:21:30 +0000
committerDavid Robillard <d@drobilla.net>2009-02-15 03:21:30 +0000
commit9462374e29596fde2180b0e38b8aaec3b0a3f01e (patch)
tree8fc88529af5be3a854c4c952985b796d9c121edf /libs/ardour/processor.cc
parent74ff55f835656f617f1c508508cda49ac5836c91 (diff)
Session XML style consistency (tag names are capitalized).
One thing left, this weird "end-marker-is-free" in <Config>. Is this really a config option? Anyone? git-svn-id: svn://localhost/ardour2/branches/3.0@4577 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/processor.cc')
-rw-r--r--libs/ardour/processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/processor.cc b/libs/ardour/processor.cc
index 085a27b581..b1725267fb 100644
--- a/libs/ardour/processor.cc
+++ b/libs/ardour/processor.cc
@@ -190,7 +190,7 @@ Processor::set_state (const XMLNode& node)
}
}
- } else if ((*niter)->name() == "extra") {
+ } else if ((*niter)->name() == "Extra") {
_extra_xml = new XMLNode (*(*niter));
} else if ((*niter)->name() == "Redirect") {
if ( !(legacy_active = (*niter)->property("active"))) {