amicommon: set the return value of SysErrorMessage to something default. this is consistent with some other platforms

git-svn-id: trunk@34591 -
This commit is contained in:
Károly Balogh 2016-10-02 02:03:22 +00:00
parent bfe904fb16
commit 33602807f5

View File

@ -764,7 +764,7 @@ end;
function SysErrorMessage(ErrorCode: Integer): String;
begin
{ Result:=StrError(ErrorCode);}
Result:=Format(SUnknownErrorCode,[ErrorCode]);
end;
function GetLastOSError: Integer;