summaryrefslogtreecommitdiff
path: root/audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp')
-rw-r--r--audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp b/audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp
deleted file mode 100644
index 4f9fe9e64aed..000000000000
--- a/audio/last.fm/files/patch-src_mp3transcode_mp3transcode.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mp3transcode/mp3transcode.cpp.orig 2007-09-27 17:37:07.000000000 +0300
-+++ src/mp3transcode/mp3transcode.cpp 2008-09-08 01:43:36.000000000 +0300
-@@ -281,7 +281,7 @@
- {
- int length;
- int cnt;
-- length = qMin( numBytes, ssize_t( getDecodedBufferFilled() ) );
-+ length = qMin( numBytes, getDecodedBufferFilled() );
-
- while (length > 0)
- {