add underscores to _poserror and _stroserror

This commit is contained in:
mrdudz
2022-08-29 21:06:48 +02:00
parent 89c08dc6d4
commit 3b03a96375
4 changed files with 12 additions and 8 deletions

View File

@@ -39,10 +39,10 @@
void __fastcall__ _poserror (const char* msg)
void __fastcall__ __poserror (const char* msg)
{
/* Fetch the message that corresponds to _oserror */
const char* errormsg = _stroserror (_oserror);
const char* errormsg = __stroserror (_oserror);
/* Different output depending on msg */
if (msg) {