remove misleading comment
raiz raiz@firemail.cc
Tue, 27 Dec 2016 19:57:16 +0300
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
slstatus.c
→
slstatus.c
@@ -830,10 +830,6 @@ } else {
printf("%s\n", status_string); } - /* - * subtract delay time spend in function - * calls from the actual global delay time - */ if ((UPDATE_INTERVAL - delay) <= 0) { delay = 0; continue;