self accept OBS-URL: https://build.opensuse.org/request/show/59580 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=21
14 lines
369 B
Diff
14 lines
369 B
Diff
Index: at-3.1.8/parsetime.y
|
|
===================================================================
|
|
--- at-3.1.8.orig/parsetime.y
|
|
+++ at-3.1.8/parsetime.y
|
|
@@ -375,7 +375,7 @@ parsetime(int argc, char **argv)
|
|
exectime -= 3600;
|
|
}
|
|
}
|
|
- if (time_only && (currtime > exectime)) {
|
|
+ if (currtime > exectime+1) {
|
|
exectime += 24*3600;
|
|
}
|
|
return exectime;
|