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:
ray.j.greenwell
2010-03-05 01:02:27 +00:00
parent c5203171f4
commit 82083248a6
+1 -1
View File
@@ -225,7 +225,7 @@ public class CDDB
req.append(discid).append(" ");
req.append(frameOffsets.length).append(" ");
for (int frameOffset : frameOffsets) {
req.append(frameOffsets).append(" ");
req.append(frameOffset).append(" ");
}
req.append(length);