Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
at
at-3.1.8-tomorrow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File at-3.1.8-tomorrow.patch of Package at
diff --git a/parsetime.y b/parsetime.y index ef1ff7f..141d792 100644 --- a/parsetime.y +++ b/parsetime.y @@ -379,7 +379,9 @@ parsetime(int argc, char **argv) exectime -= 3600; } } - if (time_only && (currtime > exectime)) { + /* exectime zeroes its seconds, thus we need +60, + * else "now" will be scheduled to tomorrow */ + if (currtime > exectime + 60) { exectime += 24*3600; } return exectime;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor