We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba0e40 commit cccfaddCopy full SHA for cccfadd
Formula/e/eye-d3.rb
@@ -31,6 +31,10 @@ class EyeD3 < Formula
31
end
32
33
def install
34
+ # Fix to error: SystemError: buffer overflow
35
+ # Issue ref: https://github.com/nicfit/eyeD3/issues/680
36
+ inreplace "eyed3/utils/console.py", "'\\0'", "b'\\\\0'"
37
+
38
virtualenv_install_with_resources
39
doc.install Dir["docs/*"]
40
0 commit comments