13
0

strlen is not a member of std.

This commit is contained in:
Robin Gareus 2018-01-03 18:05:19 +01:00
parent 15fa89c8dd
commit 7671268bc3

View File

@ -1067,7 +1067,7 @@ CoreAudioPCM::cache_port_names(AudioDeviceID id, bool input)
ss << (c + 1);
if (cstr_name && decoded && (0 != std::strlen(cstr_name) ) ) {
if (cstr_name && decoded && (0 != ::strlen(cstr_name) ) ) {
ss << " - " << cstr_name;
}
#if 0