1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Fix use of yet another uninitialized-if-streaming-from-stdin variable. This

prevents bogus output in the "real-time" status line.


git-svn-id: https://svn.xiph.org/trunk/ezstream@13998 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-10-16 14:46:37 +00:00
parent 1f614e6486
commit fa310e948b

View File

@ -561,6 +561,8 @@ openResource(shout_t *shout, const char *fileName, int *popenFlag,
if (mdata_p != NULL)
*mdata_p = NULL;
if (songLen != NULL)
*songLen = 0;
if (strcmp(fileName, "stdin") == 0) {
if (metadataFromProgram) {