mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add qt project file. fix cmake file for clion.
This commit is contained in:
parent
efb73c5487
commit
b4057916b6
6 changed files with 241 additions and 2 deletions
|
@ -440,7 +440,7 @@ bool srs_get_disk_diskstats_stat(SrsDiskStat& r)
|
|||
unsigned int nb_current = 0;
|
||||
unsigned int ticks = 0;
|
||||
unsigned int aveq = 0;
|
||||
memset(name, sizeof(name), 0);
|
||||
memset(name, 0, sizeof(name));
|
||||
|
||||
sscanf(buf, "%4d %4d %31s %u %u %llu %u %u %u %llu %u %u %u %u",
|
||||
&major,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue