mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 06:56:15 +02:00
compiles under OpenWrt
This commit is contained in:
parent
365cb85d0f
commit
9ec9256ac4
16 changed files with 268 additions and 115 deletions
|
@ -202,9 +202,9 @@ SampleFormat OggDecoder::setHeader(msg::Header* chunk)
|
|||
|
||||
/* Throw the comments plus a few lines about the bitstream we're decoding */
|
||||
char **ptr=vc.user_comments;
|
||||
while(*ptr)
|
||||
while (*ptr)
|
||||
{
|
||||
fprintf(stderr,"%s\n",*ptr);
|
||||
logO << "comment: " << *ptr << "\n";;
|
||||
++ptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue