Skip to content

Commit a837da1

Browse files
authored
Update HdcpProfile.cpp
1 parent 51ac511 commit a837da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdcpProfile/HdcpProfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ namespace WPEFramework
169169
if(method == _T("getHDCPStatus"))
170170
{
171171
LOGINFO("DBG-Inside If");
172-
errormessage = error_strings[errorcode-ERROR_BASE];
172+
errormessage = ERROR_MESSAGE(errorcode);
173173
}
174174
return errorcode;
175175
}

0 commit comments

Comments
 (0)