Update shell-fm to 0.5 (#3614)
[packages.git] / sound / shell-fm / patches / 002-wifcontinued.patch
1 --- shell-fm-0.5/source/main.c  2008-04-10 22:27:28.000000000 +0200
2 +++ shell-fm-0.5.new/source/main.c      2008-07-27 13:50:43.000000000 +0200
3 @@ -33,6 +33,10 @@
4  #define PATH_MAX 4096
5  #endif
6  
7 +#ifndef WIFCONTINUED 
8 +#define WIFCONTINUED(wstat)   (0) 
9 +#endif 
10 +
11  unsigned flags = RTP;
12  time_t changeTime = 0, pausetime = 0;
13  char * nextstation = NULL;