Sharing duplicates
Bug #311818 reported by
Windkracht8
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DC++ |
Fix Released
|
Medium
|
Unassigned | ||
LinuxDC++ |
Confirmed
|
Medium
|
Windkracht8 |
Bug Description
Unix systems have case-sensitive file-systems. The core however converts all file and directory-names to lower case. Which gives problems if files are shared with the same text and different cases.
example:
In the share there's a file fubar.txt and a file Fubar.txt. Then these two files will be hashed every time dc is started.
I don't know why all filenames are converted to lower case for Windows, but for other OS's it's not wanted. So I've added a possible fix which checks for OS.
Changed in linuxdcpp: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
Windows DC++ team: What would be the impact of not converting to lower case for Windows as well?