Update mini_al to v0.8.8
Some minor tweaks around
This commit is contained in:
parent
f32e23c11b
commit
5b09630d45
4 changed files with 1392 additions and 469 deletions
|
@ -671,11 +671,11 @@ const char *SubText(const char *text, int position, int length)
|
|||
|
||||
for (int c = 0 ; c < length ; c++)
|
||||
{
|
||||
*(buffer+c) = *(text+position);
|
||||
*(buffer + c) = *(text + position);
|
||||
text++;
|
||||
}
|
||||
|
||||
*(buffer+length) = '\0';
|
||||
*(buffer + length) = '\0';
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue