fix: syntax error

This commit is contained in:
2024-06-05 23:22:38 +01:00
parent 40b429bc3b
commit 33a33d6a34

View File

@@ -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()) {