Adjust saving strings for ME01
This commit is contained in:
parent
d99638e6ec
commit
79950eee16
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -125,7 +125,7 @@ namespace FirstPlugin
|
||||
//Fixed 128 string length
|
||||
if (i != files.Count - 1)
|
||||
{
|
||||
int PaddingCount = 128 - files[i].FileName.Length;
|
||||
int PaddingCount = 128 - files[i].FileName.Length - 1;
|
||||
for (int p = 0; p < PaddingCount; p++)
|
||||
writer.Write((byte)0x30);
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user