Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
13772c3
)
remove misleading comment
author
raiz <
[email protected]
>
Tue, 27 Dec 2016 16:57:16 +0000
(19:57 +0300)
committer
raiz <
[email protected]
>
Tue, 27 Dec 2016 16:57:16 +0000
(19:57 +0300)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
8c65435
..
ad0b960
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-830,10
+830,6
@@
main(int argc, char *argv[])
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;