Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298850 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/jack_functions.py
0
++ b/jack_functions.py
Lines 219-227 Link Here
219
    ff = blocks % CDDA_BLOCKS_PER_SECOND
219
    ff = blocks % CDDA_BLOCKS_PER_SECOND
220
    return mm, ss, ff, blocks
220
    return mm, ss, ff, blocks
221
def starts_with(str, with):
221
def starts_with(str, withstr):
222
    "checks whether str starts with with"
222
    "checks whether str starts with withstr"
223
    return str[0:len(with)] == with
223
    return str[0:len(withstr)] == withstr

Return to bug 298850