Ticket #7203: 7203.patch
File 7203.patch, 483 bytes (added by , 12 years ago) |
---|
-
src/engine/directorylistingparser.cpp
Fixed: #7203 Automatically trimming file name for downloading diff -r fad3ef14c161 -r a5172d37b9d0 src/engine/directorylistingparser.cpp
a b 988 988 } 989 989 990 990 // Get the filename 991 if (!pLine->GetToken(++index, token, 1 ))991 if (!pLine->GetToken(++index, token, 1, true)) 992 992 continue; 993 993 994 994 entry.name = token.GetString();