mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-17 10:36:21 +01:00
fix
This commit is contained in:
parent
800d706935
commit
dfa95002aa
@ -175,7 +175,11 @@ CTimeCycle::Initialise(void)
|
|||||||
bi++;
|
bi++;
|
||||||
bi++;
|
bi++;
|
||||||
}
|
}
|
||||||
while(work_buff[bi] != '\n' || work_buff[bi] != '\0')
|
while(work_buff[bi] != '\n'
|
||||||
|
#ifdef FIX_BUGS
|
||||||
|
&& work_buff[bi] != '\0'
|
||||||
|
#endif
|
||||||
|
)
|
||||||
line[li++] = work_buff[bi++];
|
line[li++] = work_buff[bi++];
|
||||||
line[li] = '\0';
|
line[li] = '\0';
|
||||||
bi++;
|
bi++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user