mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
FS-11189: [Build-System] Fix Windows build.
This commit is contained in:
parent
68e7817f92
commit
4f54cff36a
@ -1111,7 +1111,7 @@ static inline uint32_t switch_parse_cpu_string(const char *cpu)
|
||||
max = atoi(has_max + 1);
|
||||
}
|
||||
|
||||
divisor = atof(cpu);
|
||||
divisor = (float)atof(cpu);
|
||||
|
||||
if (divisor <= 0) divisor = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user