Displaying 1 result from an estimated 1 matches for "_get_log_id".
2001 Sep 27
2
Icecast2 in xiph CVS, PATCH!
...tyme, pre,
line);
+ fprintf(loglist[log_id].logfile, "%s %s %s\n", tyme, pre,
line);
+ log_flush(log_id);
va_end(ap);
}
@@ -178,7 +179,7 @@
fprintf(loglist[log_id].logfile, "%s\n", line);
va_end(ap);
- fflush(loglist[log_id].logfile);
+ log_flush(log_id);
}
int _get_log_id()
---- CUT ---
To make ices restart playing the playlist from the
beginning when it is updated:
---- CUT ----
Index: playlist_basic.c
============================================================
=======
RCS file: /usr/local/cvsroot/ices/src/playlist_basic.c,v
retrieving revision 1.1.1.1
diff -u...