mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
strlen is not a member of std.
This commit is contained in:
parent
15fa89c8dd
commit
7671268bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -1067,7 +1067,7 @@ CoreAudioPCM::cache_port_names(AudioDeviceID id, bool input)
|
||||||
|
|
||||||
ss << (c + 1);
|
ss << (c + 1);
|
||||||
|
|
||||||
if (cstr_name && decoded && (0 != std::strlen(cstr_name) ) ) {
|
if (cstr_name && decoded && (0 != ::strlen(cstr_name) ) ) {
|
||||||
ss << " - " << cstr_name;
|
ss << " - " << cstr_name;
|
||||||
}
|
}
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue