Typo. Caught by Charlie Groves. I shoulda just used his diff directly
but I omitted one thing and... well, look where it got me. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2755 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -225,7 +225,7 @@ public class CDDB
|
|||||||
req.append(discid).append(" ");
|
req.append(discid).append(" ");
|
||||||
req.append(frameOffsets.length).append(" ");
|
req.append(frameOffsets.length).append(" ");
|
||||||
for (int frameOffset : frameOffsets) {
|
for (int frameOffset : frameOffsets) {
|
||||||
req.append(frameOffsets).append(" ");
|
req.append(frameOffset).append(" ");
|
||||||
}
|
}
|
||||||
req.append(length);
|
req.append(length);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user