Changeset 12872
- Timestamp:
- Sep 14, 2011, 5:22:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/filter.c
r12655 r12872 840 840 const tr_info * inf = tr_torrentInfo( tor ); 841 841 842 /* test the torrent name... */ 843 { 844 char * pch = g_utf8_casefold( tr_torrentName( tor ), -1 ); 845 ret = !key || strstr( pch, key ) != NULL; 846 g_free( pch ); 847 } 848 849 /* test the files... */ 842 850 for( i=0; i<inf->fileCount && !ret; ++i ) 843 851 {
Note: See TracChangeset
for help on using the changeset viewer.