diff options
Diffstat (limited to 'audio/rio500/patches/patch-af')
-rw-r--r-- | audio/rio500/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rio500/patches/patch-af b/audio/rio500/patches/patch-af new file mode 100644 index 00000000000..243739319fd --- /dev/null +++ b/audio/rio500/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2005/12/11 21:13:45 joerg Exp $ + +--- src/rio_add_song.c.orig 2005-12-11 21:01:42.000000000 +0000 ++++ src/rio_add_song.c +@@ -325,6 +325,7 @@ main(int argc, char *argv[]) + send_command (rio_dev, 0x58, 0x0, card_number); + + try_next: ++ ; + } /* end of add file loop */ + + /* Close device */ |