Normalize line endings, remove trailing spaces.

This commit is contained in:
sorgelig
2019-06-29 00:57:18 +08:00
parent 5d7d82392e
commit f056480a07
36 changed files with 2247 additions and 2247 deletions

View File

@@ -2084,7 +2084,7 @@ void TDiskImage::readSCL(int hfile, bool readonly)
for (i = 0; i < FileCount; i++)
{
if (TRK >= (MaxTrack + 1)*(MaxSide + 1)) break; // disk full ?
memcpy(&trdosde, fileinfo[i], 14);
trdosde.FirstSec = SEC;