diff options
| author | jhurst <jhurst@cinecert.com> | 2014-10-14 00:14:39 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-10-14 00:14:39 +0000 |
| commit | 9b450aad2327719d051e986549f0416e17b5dbff (patch) | |
| tree | 1d19dec5ce50a497d07bcd0a3e319e4d7bf35896 /src/TimedText_Parser.cpp | |
| parent | 59197ff8e4001ae1ddc3aee5453422bab897d770 (diff) | |
comment insensitivity
Diffstat (limited to 'src/TimedText_Parser.cpp')
| -rw-r--r-- | src/TimedText_Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimedText_Parser.cpp b/src/TimedText_Parser.cpp index ea5f0a9..e391694 100644 --- a/src/TimedText_Parser.cpp +++ b/src/TimedText_Parser.cpp @@ -78,7 +78,7 @@ ASDCP::TimedText::LocalFilenameResolver::ResolveRID(const byte_t* uuid, TimedTex if ( found_list.size() == 1 ) { FileReader Reader; - DefaultLogSink().Debug("retrieving resource %s from file %s\n", buf, found_list.front().c_str()); + DefaultLogSink().Debug("Retrieving resource %s from file %s\n", buf, found_list.front().c_str()); result = Reader.OpenRead(found_list.front().c_str()); |
