diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 17:48:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 17:48:54 +0000 |
| commit | 9458457504af5548bc51b3c29e65dbe92fd0513d (patch) | |
| tree | 848f587f33cd8b00eb7cac3704960633c89a13f3 /src/lib/config.cc | |
| parent | 6375948ecd5ae22b045ed5bd518d8b05345e8c68 (diff) | |
Add test for incorrect ISDCF name with full-frame content, and fix it (#1118).
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 8dabcb71d..48568975e 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -496,7 +496,7 @@ Config::write_config () const if (_default_container) { /* [XML:opt] DefaultContainer ID of default container * to use when creating new films (<code>185</code>,<code>239</code> or - * <code>full-frame</code>). + * <code>190</code>). */ root->add_child("DefaultContainer")->add_child_text (_default_container->id ()); } |
