FreeBSD Bugzilla – Attachment 173297 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_ISO8601.cpp patch for 2.5.1
patch-src_ISO8601.cpp (text/plain), 1.08 KB, created by
ribbon
on 2016-08-04 21:06:54 UTC
(
hide
)
Description:
patch-src_ISO8601.cpp patch for 2.5.1
Filename:
MIME Type:
Creator:
ribbon
Created:
2016-08-04 21:06:54 UTC
Size:
1.08 KB
patch
obsolete
>--- src/ISO8601.cpp.orig 2016-07-27 16:26:08.000000000 +0900 >+++ src/ISO8601.cpp 2016-07-27 16:26:44.000000000 +0900 >@@ -1582,28 +1582,28 @@ > } > > //////////////////////////////////////////////////////////////////////////////// >-ISO8601d ISO8601d::operator+ (const int delta) >+ISO8601d ISO8601d::operator+ (const time_t delta) > { > return ISO8601d (_date + delta); > } > > //////////////////////////////////////////////////////////////////////////////// >-ISO8601d ISO8601d::operator- (const int delta) >+ISO8601d ISO8601d::operator- (const time_t delta) > { > return ISO8601d (_date - delta); > } > > //////////////////////////////////////////////////////////////////////////////// >-ISO8601d& ISO8601d::operator+= (const int delta) >+ISO8601d& ISO8601d::operator+= (const time_t delta) > { >- _date += (time_t) delta; >+ _date += delta; > return *this; > } > > //////////////////////////////////////////////////////////////////////////////// >-ISO8601d& ISO8601d::operator-= (const int delta) >+ISO8601d& ISO8601d::operator-= (const time_t delta) > { >- _date -= (time_t) delta; >+ _date -= delta; > return *this; > } >
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