[linux-minidisc] [PATCH 7/7] Fix a syntax error.
- From: Vincent Pelletier <plr.vincent@gmail.com>
- To: linux-minidisc@lists.fu-berlin.de
- Date: Thu, 28 Jan 2010 08:41:10 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:from:date:subject:to:x-bogosity :mime-version:content-type:content-transfer-encoding; b=DbmsVbTR6Udpctt5jfIe8Df7oL1lT7HB5bokBO7Zke1zi+USaQpm5DKA+9lfOcHGnz rq9zpRg5+GXKh9vIS0lP1NCUvDiB2v3YIfwBHg1CoCqd13jokRlWA3vanVDaQN8JmgYu CnTzDnUsJ7rQBY+qCPhHH6rGlXPbgzTyKbUAo=
- Subject: [linux-minidisc] [PATCH 7/7] 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.
--
1.6.6