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
commit 800d706935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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++;