From 9a96d4025d7f9f6a3a32d9074c7ab2693deddbde Mon Sep 17 00:00:00 2001 From: Phillip Stephens <antidote.crk@gmail.com> Date: Mon, 28 Mar 2016 17:10:47 -0700 Subject: [PATCH] Moo --- DataSpec/DNACommon/DPSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataSpec/DNACommon/DPSC.cpp b/DataSpec/DNACommon/DPSC.cpp index a0a6d1f6f..d42adda88 100644 --- a/DataSpec/DNACommon/DPSC.cpp +++ b/DataSpec/DNACommon/DPSC.cpp @@ -358,7 +358,7 @@ void DPSM<IDType>::write(athena::io::IStreamWriter& w) const if (x5c_24_DMAB) w.writeBytes("DMABCNST\x01", 9); if (x5c_25_DMOO) - w.writeBytes("DMABCNST\x01", 9); + w.writeBytes("DMOOCNST\x01", 9); w.writeBytes("_END", 4); }