diff options
Diffstat (limited to 'audio/rio500/files/patch-src_rio__add__song.c')
-rw-r--r-- | audio/rio500/files/patch-src_rio__add__song.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rio500/files/patch-src_rio__add__song.c b/audio/rio500/files/patch-src_rio__add__song.c new file mode 100644 index 000000000000..56ab8876ce1b --- /dev/null +++ b/audio/rio500/files/patch-src_rio__add__song.c @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- src/rio_add_song.c.orig Sun Aug 22 16:53:27 2004 ++++ src/rio_add_song.c Sun Aug 22 16:55:17 2004 +@@ -325,6 +325,7 @@ + send_command (rio_dev, 0x58, 0x0, card_number); + + try_next: ++ break; + } /* end of add file loop */ + + /* Close device */ +@@ -624,7 +625,7 @@ + safe_strcat(display_string, "%", DISPLAY_STRING_LEN); + break; + +- default: /* No Action */ ++ default: break; /* No Action */ + } + + } else { |