chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c10211
)
Correct playlist read sense
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 4 Aug 2008 20:15:44 +0000
(21:15 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 4 Aug 2008 20:15:44 +0000
(21:15 +0100)
clients/disorder.c
patch
|
blob
|
blame
|
history
diff --git
a/clients/disorder.c
b/clients/disorder.c
index 719cf0401d4fd5b3665e40bb92c1505a8009969a..b57a8de1f28f5ee2fee953577b1bc452bcf16cd7 100644
(file)
--- a/
clients/disorder.c
+++ b/
clients/disorder.c
@@
-628,7
+628,7
@@
static void cf_playlist_set(char **argv) {
tag = "stdin";
}
vector_init(v);
- while(inputline(tag, input, &l, '\n')) {
+ while(
!
inputline(tag, input, &l, '\n')) {
if(!strcmp(l, "."))
break;
vector_append(v, l);