Bug #253
Zlib::GzipWriter#mtime= sets wrong mtime for Time on 1.8
| Status: | Closed | Start date: | 07/10/2008 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| ruby -v: |
Description
This is fixed in 1.9 with in r16819. Can we have this backported to 1.8? http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/zlib/zlib.c?view=diff&r1=16818&r2=16819
Associated revisions
* ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. [ruby-core:17713]
History
Updated by mame (Yusuke Endoh) almost 4 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r18031.