search for: log_info1

Displaying 1 result from an estimated 1 matches for "log_info1".

Did you mean: log_info
2001 Sep 27
2
Icecast2 in xiph CVS, PATCH!
...====================================================== ======= RCS file: /usr/local/cvsroot/ices/src/playlist_basic.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 playlist_basic.c --- playlist_basic.c 2001/09/10 02:30:54 1.1.1.1 +++ playlist_basic.c 2001/09/27 06:15:24 @@ -128,6 +128,8 @@ { LOG_INFO1("Reloading playlist after file \"%s\" changed", pl->file); load_playlist(pl); + pl->pos =1; + return pl->pl[0]; } ---- CUT ---- Regards Per Wigren > Hi all: > > A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and > its rel...