SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
audio/mt-daapd/patches/patch-src_playlist_c
Normal file
11
audio/mt-daapd/patches/patch-src_playlist_c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/playlist.c.orig Sat Apr 19 15:31:30 2008
|
||||
+++ src/playlist.c Fri Jul 4 10:18:03 2008
|
||||
@@ -352,7 +352,7 @@ int pl_eval_node(MP3FILE *pmp3, PL_NODE *pnode) {
|
||||
retval = not ? r_arg : !r_arg;
|
||||
break;
|
||||
case INCLUDES:
|
||||
- r_arg=(int)strcasestr(cval,pnode->arg2.cval);
|
||||
+ r_arg=!!strcasestr(cval,pnode->arg2.cval);
|
||||
retval = not ? !r_arg : r_arg;
|
||||
break;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue