Skip to content

Commit 8ca3d47

Browse files
Add native exfat renaming support (#2967)
1 parent 214131e commit 8ca3d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libnemo-private/nemo-file-operations.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,6 +3423,7 @@ make_file_name_valid_for_dest_fs (char *filename,
34233423
* This assumption is a pragmatic way to solve
34243424
* https://gitlab.gnome.org/GNOME/nautilus/-/issues/1343 */
34253425
!strcmp (dest_fs_type, "fuse") ||
3426+
!strcmp (dest_fs_type, "exfat") ||
34263427
!strcmp (dest_fs_type, "ntfs") ||
34273428
!strcmp (dest_fs_type, "msdos") ||
34283429
!strcmp (dest_fs_type, "msdosfs")) {

0 commit comments

Comments
 (0)