summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-10-05 21:38:23 +0000
committerjhurst <>2006-10-05 21:38:23 +0000
commitcaff906c8c3000c2c9e4a48d624439a4f0eced6b (patch)
treed4a9594d567ac5aaae611fc1eb4c0275a5e2dbf9 /src/MDD.cpp
parent33e54d79badffc06cb5344a906e765c8bcffbbcf (diff)
sprintf considered harmful...
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index 32d2c69..29be177 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -795,7 +795,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x09, // 253
0x02, 0x09, 0x03, 0x01, 0x02, 0x00, 0x00, 0x00 },
{0}, false, "CryptographicContext_CryptographicKeyID" },
- { 0, 0, 0 }
+ { {0}, {0}, false, 0 }
};
const ui32_t s_MDD_Table_size = 254;