mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
319 B
C
12 lines
319 B
C
--- ext/bzip2.c.orig 2016-07-26 12:25:25 UTC
|
|
+++ ext/bzip2.c
|
|
@@ -247,9 +247,6 @@ static VALUE bz_writer_close(VALUE obj)
|
|
|
|
Get_BZ2(obj, bzf);
|
|
res = bz_writer_internal_close(bzf);
|
|
- if (!NIL_P(res) && (bzf->flags & BZ2_RB_INTERNAL)) {
|
|
- RBASIC(res)->klass = rb_cString;
|
|
- }
|
|
return res;
|
|
}
|
|
|