Skip to content

Commit 4bc3d3a

Browse files
committed
Stable
1 parent 205fc91 commit 4bc3d3a

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

CHANGELOG

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
1.3.1 / March 6, 2022
2-
[Alexandr Topilski]
3-
- WPE, CEF
4-
- Stream overlays
5-
6-
1.3.0 / January 2, 2022
7-
[Alexandr Topilski]
8-
- Copyrights
9-
10-
1.2.5 / October 11, 2021
11-
[Alexandr Topilski]
12-
- Text overlay
13-
- Font struct
14-
15-
1.2.2 / June 6, 2021
16-
[Alexandr Topilski]
17-
- Created date streams
18-
- Background url for VODs
19-
20-
1.2.1 / February 27, 2021
21-
[Alexandr Topilski]
22-
- Shutdown info
23-
- Bug fixes
24-
25-
1.2.0 / December 30, 2020
26-
[Alexandr Topilski]
27-
- New json serialize bechavior
28-
29-
1.1.0 / July 29, 2020
30-
[Alexandr Topilski]
31-
- Content request
32-
33-
1.0.0 / March 20, 2020
34-
[Alexandr Topilski]
35-
- Init release
1+
1.3.1 / March 6, 2022
2+
[Alexandr Topilski]
3+
- WPE, CEF
4+
- Stream overlays
5+
6+
1.3.0 / January 2, 2022
7+
[Alexandr Topilski]
8+
- Copyrights
9+
10+
1.2.5 / October 11, 2021
11+
[Alexandr Topilski]
12+
- Text overlay
13+
- Font struct
14+
15+
1.2.2 / June 6, 2021
16+
[Alexandr Topilski]
17+
- Created date streams
18+
- Background url for VODs
19+
20+
1.2.1 / February 27, 2021
21+
[Alexandr Topilski]
22+
- Shutdown info
23+
- Bug fixes
24+
25+
1.2.0 / December 30, 2020
26+
[Alexandr Topilski]
27+
- New json serialize bechavior
28+
29+
1.1.0 / July 29, 2020
30+
[Alexandr Topilski]
31+
- Content request
32+
33+
1.0.0 / March 20, 2020
34+
[Alexandr Topilski]
35+
- Init release

src/commands_info/machine_info.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ MachineInfo::MachineInfo()
3939
: base_class(),
4040
cpu_load_(0),
4141
gpu_load_(0),
42-
load_average_(),
42+
load_average_("0 0 0"),
4343
ram_bytes_total_(0),
4444
ram_bytes_free_(0),
4545
hdd_bytes_total_(0),

0 commit comments

Comments
 (0)