(libT) #1255: fails to parse announce URLs that have leading or trailing spaces

This commit is contained in:
Charles Kerr
2008-09-05 19:11:30 +00:00
parent ad8064b4e9
commit ee10a8acab
4 changed files with 82 additions and 15 deletions

View File

@@ -204,6 +204,8 @@ int tr_snprintf( char * buf, size_t buflen, const char * fmt, ... );
const char* tr_strerror( int );
char* tr_strstrip( char * str );
/***
****
***/