Bugzilla – Attachment 1058 Details for
Bug 7984
Modifying macOS installer is difficult
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch required for Mac-PropertyList
PropertyList.diff (text/plain), 420 bytes, created by
Samuel Mannehed
on 2022-08-24 16:51:19 CEST
(
hide
)
Description:
Patch required for Mac-PropertyList
Filename:
MIME Type:
Creator:
Samuel Mannehed
Created:
2022-08-24 16:51:19 CEST
Size:
420 bytes
patch
obsolete
>--- ReadBinary.pm.orig 2022-08-24 12:29:02.614987942 +0000 >+++ /usr/local/share/perl/5.30.0/Mac/PropertyList/ReadBinary.pm 2022-08-24 08:06:04.044071018 +0000 >@@ -201,7 +201,7 @@ > 1 => sub { # integers > my( $self, $power2 ) = @_; > >- croak "Integer with <$power2> bytes is not supported" if $power2 > 3; >+ croak "Integer with <$power2> bytes is not supported" if $power2 > 4; > > my $byte_length = 1 << $power2; >
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 7984
:
1057
| 1058 |
1059