mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix daemon build on platforms without inotify
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ watchdir_update_impl( dtr_watchdir * w )
|
||||
|
||||
if( !name || *name=='.' ) /* skip dotfiles */
|
||||
continue;
|
||||
if( !str_has_suffix( name, ".torrent" ) ) /* skip non-torrents */
|
||||
if( !tr_str_has_suffix( name, ".torrent" ) ) /* skip non-torrents */
|
||||
continue;
|
||||
|
||||
len = strlen( name );
|
||||
|
||||
Reference in New Issue
Block a user