fix: syntax error
This commit is contained in:
@@ -397,7 +397,7 @@ void IConsoleSwitch()
|
||||
#ifdef __ANDROID__
|
||||
{
|
||||
char buf[1024] = "";
|
||||
char *pos = &buf;
|
||||
char *pos = &buf[0];
|
||||
|
||||
for (IConsoleLine &line : _iconsole_buffer) {
|
||||
if (!line.buffer.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user