diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 6870ae11b4a..9aff3ed99da 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -769,7 +769,7 @@ If you want them to stand for years in this century, you must do that yourself." | |||
| 769 | tzstring = tzbuf; | 769 | tzstring = tzbuf; |
| 770 | #ifdef _NEXT_SOURCE | 770 | #ifdef _NEXT_SOURCE |
| 771 | /* On NEXTSTEP, timezone environment var is ignored. */ | 771 | /* On NEXTSTEP, timezone environment var is ignored. */ |
| 772 | tm.tm_gmtoff = -abszone; | 772 | tm.tm_gmtoff = XINT (zone); |
| 773 | #endif | 773 | #endif |
| 774 | } | 774 | } |
| 775 | else | 775 | else |