This commit is contained in:
Kuba 2023-11-19 17:07:57 +00:00
parent d2fea1155a
commit c2a5bbe1d6
1 changed files with 2 additions and 2 deletions

View File

@ -56,13 +56,13 @@ int main(int argc, char* argv[])
switch(a)
{
case 'f': // Frequency
SetFrequency = strtof(optarg);
SetFrequency = atof(optarg);
break;
case 'e': //End immediately
NotKill=true;
break;
case 'p': //ppm
ppm=std::strtof(optarg);
ppm=atof(optarg);
ppmset=1;
break;
case 'h': // help