1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Rename DaemonSrc to DaemonSource

This commit is contained in:
f4exb
2018-09-11 16:32:14 +02:00
parent 9cfaf47a00
commit 3a32cf156c
12 changed files with 159 additions and 159 deletions
+1 -1
View File
@@ -2159,7 +2159,7 @@ bool WebAPIRequestMapper::validateChannelSettings(
return false;
}
}
else if (*channelType == "DaemonSrc")
else if (*channelType == "DaemonSource")
{
if (channelSettings.getTx() != 0)
{