Skip to content
Snippets Groups Projects
Commit 66051641 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Whops, missed this commit.

parent 8d6a6f2d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3360 passed
......@@ -1171,7 +1171,7 @@ CIOLIBEXPORT int ciolib_puttext(int a,int b,int c,int d,void *e)
{
CIOLIB_INIT();
return cio_api.puttext(a, b, c, d, (void *)buf);
return cio_api.puttext(a, b, c, d, e);
}
/* **MUST** be implemented */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment