about summary refs log tree commit diff
path: root/snooze.c
diff options
context:
space:
mode:
Diffstat (limited to 'snooze.c')
-rw-r--r--snooze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snooze.c b/snooze.c
index 73de94e..60f7bff 100644
--- a/snooze.c
+++ b/snooze.c
@@ -279,7 +279,7 @@ int main(int argc, char *argv[])
 				perror("stat");
 			t = start - slack - 1 - timewait;
 		} else {
-			t = st.st_mtime;
+			t = st.st_mtime + 1;
 		}
 		if (timewait == -1) {
 			while (t < start - slack)