Merge pull request #588 from blingu/miami

fixed compiler errors
This commit is contained in:
aap
2020-05-26 11:39:16 +02:00
committed by GitHub
14 changed files with 36 additions and 32 deletions

View File

@ -175,7 +175,7 @@ CTimeCycle::Initialise(void)
bi++;
bi++;
}
while(work_buff[bi] != '\n')
while(work_buff[bi] != '\n' || work_buff[bi] != '\0')
line[li++] = work_buff[bi++];
line[li] = '\0';
bi++;