mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-11 13:58:15 +00:00
Update mini_al to v0.8.8
Some minor tweaks around
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user