jash-kothari-forks / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

storage_moved_alert returns incorrect seperator for Windows paths #217

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is the edited summary from Deluge logs: 

[DEBUG   ] Moving storage to C:\Downloads\
[DEBUG   ] storage_moved_alert: moved storage to: C:/Downloads/

This has been seen on both 0.14.10 and 0.15.6

Original issue reported on code.google.com by caluml...@gmail.com on 2 Jul 2011 at 12:28

GoogleCodeExporter commented 9 years ago
does this cause any problems?

Original comment by arvid.no...@gmail.com on 2 Jul 2011 at 9:54

GoogleCodeExporter commented 9 years ago
Issue 216 has been merged into this issue.

Original comment by arvid.no...@gmail.com on 2 Jul 2011 at 9:55

GoogleCodeExporter commented 9 years ago
Well it causes a display issue on Windows client as we use that returned path 
to update the save path. It is simple enough to workaround by using normpath 
but thought it would be worth fixing at source. 

Original comment by caluml...@gmail.com on 2 Jul 2011 at 2:05

GoogleCodeExporter commented 9 years ago
right. I'll try to trace this, I'm not sure where it would get those forward 
slashes from.

Original comment by arvid.no...@gmail.com on 4 Jul 2011 at 8:49