[linux-minidisc] [PATCH 17/17] Fix a syntax error.
- From: Vincent Pelletier <plr.vincent@gmail.com>
- To: <linux-minidisc@lists.fu-berlin.de>
- Date: Thu, 28 Jan 2010 08:38:08 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:from:date:subject:to:mime-version :content-type:x-bogosity:x-uid; b=wJjbvQDqmougTq1FdMdDKKy2pxfAfTi5t/q6l/IXKGwcCUSyMSzQDEmucVbcIRAV3d TrGkGklNWH9EpqGrTpmjqF3zw8jlB95zZgEyWRhXr7SDlVvzNbjn6mRlsNIex04oVWdl 7stPT2HAiMqg8sES0eRk1TKJMzqeo7ve5l5ZE=
- Subject: [linux-minidisc] [PATCH 17/17] Fix a syntax error.
---
netmd/dump_md.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/netmd/dump_md.py b/netmd/dump_md.py
index 3e6cac8..d9bed30 100755
--- a/netmd/dump_md.py
+++ b/netmd/dump_md.py
@@ -67,7 +67,7 @@ def MDDump(md_iface, ext, track_range, disk_title_override=None):
# Attemp to reduce the MD play delay by...
print 'Waiting for MD...'
# Waiting for the seek to complete...
- while md_iface.getPosition() != [track, 0, 0, 0, 1] and
+ while md_iface.getPosition() != [track, 0, 0, 0, 1] and \
md_iface.getPosition() != [track, 0, 0, 0, 2]:
sleep(1)
# And waiting for the play to actualy begin.