mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 17:50:36 +00:00
fixed compiler errors
This commit is contained in:
parent
8705562559
commit
d59862eb5e
14 changed files with 37 additions and 32 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue