mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
fix incorrect comment
This commit is contained in:
parent
ef69b9c657
commit
36a80c15ed
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ pub fn add_data_to_folder_uniquely<'a, P>(
|
|||
where
|
||||
P: AsRef<Path>,
|
||||
{
|
||||
// case-fold when to account for case-insensitive filesystems
|
||||
// force lowercase to account for case-insensitive filesystems
|
||||
// but not within normalize_filename, for existing media refs
|
||||
let normalized_name: Cow<_> = normalize_filename(desired_name).to_lowercase().into();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue