This website works better with JavaScript.
Home
Help
Sign In
nomis
/
lamp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bugfix: cooldown was not fetched from settings
master
n0m1s
6 years ago
parent
d55925ef4a
commit
35e013b155
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
clock_settings.cpp
+ 1
- 1
clock_settings.cpp
View File
@ -28,7 +28,7 @@ void ClockSettings::add_info(char const* key, char const* val)
m_server
=
val
;
}
else
if
(
string_equals
(
key
,
"
val
"
)
)
else
if
(
string_equals
(
key
,
"
cooldown
"
)
)
{
long
const
v
=
atol
(
val
)
;
delete
[
]
val
;
Write
Preview
Loading…
Cancel
Save