Moved comment to more appropriate place.
This commit is contained in:
@@ -48,8 +48,8 @@ void print_breaks (Cd *cd)
|
||||
/* start on track 2 */
|
||||
for (i = 2; i <= cd_get_ntrack(cd); i++) {
|
||||
track = cd_get_track(cd, i);
|
||||
/* don't print zero indexes */
|
||||
b = track_get_start(track) + track_get_index(track, 1) - track_get_zero_pre(track);
|
||||
/* don't print zero indexes */
|
||||
if (0 != b)
|
||||
print_m_ss_ff(b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user