FreeBSD Bugzilla – Attachment 173299 Details for
Bug 211182
deskutils/taskwarrior: Add many language OPTIONS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-src_recur.cpp patch for 2.5.1
patch-src_recur.cpp (text/plain), 595 bytes, created by
ribbon
on 2016-08-04 21:07:59 UTC
(
hide
)
Description:
patch-src_recur.cpp patch for 2.5.1
Filename:
MIME Type:
Creator:
ribbon
Created:
2016-08-04 21:07:59 UTC
Size:
595 bytes
patch
obsolete
>--- src/recur.cpp.orig 2016-01-24 05:22:54.000000000 +0900 >+++ src/recur.cpp 2016-07-28 16:51:18.000000000 +0900 >@@ -243,7 +243,7 @@ > else if (dow == 6) days = 2; > else days = 1; > >- return current + (days * 86400); >+ return current + (time_t)(days * 86400); > } > > else if (Lexer::isDigit (period[0]) && >@@ -379,7 +379,7 @@ > throw std::string (format (STRING_TASK_VALID_RECUR, period)); > > secs = (time_t) p; >- return current + secs; >+ return current + (time_t) secs; > } > > ////////////////////////////////////////////////////////////////////////////////
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211182
:
172623
|
173291
|
173292
|
173293
|
173294
|
173295
|
173296
|
173297
|
173298
| 173299 |
173300