[nautilus] Revert "file-operations: forbid more characters in FAT"
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Revert "file-operations: forbid more characters in FAT"
- Date: Sat, 2 Sep 2017 21:42:09 +0000 (UTC)
commit 3e874de0c8c33fa06f6b0a7b89e64c2c0adb2dad
Author: Ernestas Kulik <ernestask gnome org>
Date: Sun Sep 3 00:41:40 2017 +0300
Revert "file-operations: forbid more characters in FAT"
This reverts commit f4292a57f321a1727ee6a2bdf765f14524c464eb.
src/nautilus-file-operations.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-file-operations.c b/src/nautilus-file-operations.c
index bab1d8e..02dabf5 100644
--- a/src/nautilus-file-operations.c
+++ b/src/nautilus-file-operations.c
@@ -4025,7 +4025,7 @@ get_max_name_length (GFile *file_dir)
return max_length;
}
-#define FAT_FORBIDDEN_CHARACTERS "/:;*?\"<>\\|"
+#define FAT_FORBIDDEN_CHARACTERS "/:;*?\"<>"
static gboolean
fat_str_replace (char *str,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]