projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't compute attributes string twice.
[paraslash.git]
/
fade.c
diff --git
a/fade.c
b/fade.c
index
faf9b59
..
f269f02
100644
(file)
--- a/
fade.c
+++ b/
fade.c
@@
-205,7
+205,7
@@
static void sweet_dreams(void)
tm->tm_min = min;
tm->tm_sec = 0;
} else {
- t1 +=
8 * 60 * 60;
+ t1 +=
9 * 60 * 60; /* nine hours from now */
PARA_INFO_LOG("default wake time: %lu\n", t1);
tm = localtime(&t1);
}