diff options
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 646b114da..1b5779f2d 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1,3 +1,5 @@ +/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */ + /* Copyright (C) 2012 Carl Hetherington <cth@carlh.net> @@ -699,7 +701,7 @@ Film::set_trust_content_headers (bool t) if (!_trust_content_headers && !regions.empty()) { /* We just said that we don't trust the content's header */ for (Playlist::RegionList::iterator i = regions.begin(); i != regions.end(); ++i) { - examine_content (i->content); + examine_content ((*i)->content); } } } |
