michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
156 stars 52 forks source link

Fix TStringList::Find to pass tests #344

Closed ssvine closed 5 months ago

ssvine commented 5 months ago

Recent commit introduced a discrepancy in how Find function is used in tests. This new commit fixes it.

michaellukashov commented 5 months ago

Thanks, applied