2009-06-26 20:26:16 +00:00
|
|
|
--- a/source/main.c
|
|
|
|
+++ b/source/main.c
|
|
|
|
@@ -44,6 +44,10 @@
|
|
|
|
# endif
|
2008-07-27 12:02:54 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef WIFCONTINUED
|
|
|
|
+#define WIFCONTINUED(wstat) (0)
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
unsigned flags = RTP;
|
|
|
|
time_t changeTime = 0, pausetime = 0;
|
|
|
|
char * nextstation = NULL;
|