[common,test] remove redundant cast

This commit is contained in:
akallabeth 2024-09-19 17:08:34 +02:00
parent 9d478c2ce7
commit 55a5fe26fb
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -14,7 +14,7 @@ static int parse_file_buffer(const uint8_t* Data, size_t Size)
memcpy(buf, Data, Size); memcpy(buf, Data, Size);
buf[Size] = '\0'; buf[Size] = '\0';
status = freerdp_assistance_parse_file_buffer(file, (char*)buf, Size + 1, status = freerdp_assistance_parse_file_buffer(file, buf, Size + 1,
TEST_MSRC_INCIDENT_PASSWORD_TYPE2); TEST_MSRC_INCIDENT_PASSWORD_TYPE2);
err: err: