diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-19 21:54:14 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-19 21:54:14 +0000 |
| commit | c96cba667b693f7858c87614a9a3c351c228c4a3 (patch) | |
| tree | 2a2865aea4b6303a651f7d0db4bef181f089c582 /src/Dict.cpp | |
| parent | 7088ba5125e89164ccf1d4d810b819bdd2e3ccff (diff) | |
oops
Diffstat (limited to 'src/Dict.cpp')
| -rwxr-xr-x | src/Dict.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Dict.cpp b/src/Dict.cpp index b64032b..3853e22 100755 --- a/src/Dict.cpp +++ b/src/Dict.cpp @@ -174,9 +174,10 @@ ASDCP::Dictionary::AddEntry(const MDDEntry& Entry, ui32_t index) result = false; } + UL TmpUL(Entry.ul); + #ifdef MDD_AUTHORING_MODE char buf[64]; - UL TmpUL(Entry.ul); std::map<ASDCP::UL, ui32_t>::iterator ii = m_md_lookup.find(TmpUL); if ( ii != m_md_lookup.end() ) { |
