[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Stan Seibert
volsung at xiph.org
Sat Jul 6 09:18:35 PDT 2002
volsung 02/07/06 09:18:34
Modified: ogg123 ogg123.c
Log:
Unbroke HTTP playback.
Revision Changes Path
1.64 +4 -4 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ogg123.c 2002/07/06 13:50:57 1.63
+++ ogg123.c 2002/07/06 16:18:31 1.64
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.63 2002/07/06 13:50:57 volsung Exp $
+ last mod: $Id: ogg123.c,v 1.64 2002/07/06 16:18:31 volsung Exp $
********************************************************************/
@@ -306,9 +306,9 @@
} else {
playlist_append_file(list, argv[i]);
}
- } else
- fprintf(stderr,
- _("Warning: Could not access %s.\n"), argv[i]);
+ } else /* If we can't stat it, it might be a non-disk source */
+ playlist_append_file(list, argv[i]);
+
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list