Support for info display from the core.

This commit is contained in:
sorgelig
2020-01-01 11:57:53 +08:00
parent 1cb1e5b899
commit b51e5b0a17
3 changed files with 39 additions and 24 deletions

View File

@@ -360,7 +360,10 @@ void substrcpy(char *d, char *s, char idx)
*d++ = *s;
if (*s == ',')
{
if (p == idx) break;
p++;
}
s++;
}