Blame SOURCES/0014-fs-ntfs3-Fix-one-none-utf8-char-in-source-file.patch

Kmods SIG 8b815c
From be87e821fdb5ec8c6d404f29e118130c7879ce5b Mon Sep 17 00:00:00 2001
Kmods SIG 8b815c
From: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Date: Wed, 18 Aug 2021 04:06:47 +0300
Kmods SIG 8b815c
Subject: [Backport be87e821fdb5] src: Fix one none utf8 char in source
Kmods SIG 8b815c
 file
Kmods SIG 8b815c
Kmods SIG 8b815c
In one source file there is for some reason non utf8 char. But hey this
Kmods SIG 8b815c
is fs development so this kind of thing might happen.
Kmods SIG 8b815c
Kmods SIG 8b815c
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Kmods SIG 8b815c
---
Kmods SIG 8b815c
 src/frecord.c | 2 +-
Kmods SIG 8b815c
 1 file changed, 1 insertion(+), 1 deletion(-)
Kmods SIG 8b815c
Kmods SIG 8b815c
diff --git a/src/frecord.c b/src/frecord.c
Kmods SIG 8b815c
index c3121bf9c62fd82c27302b9337b1a5c6a4a61bef..e377d72477dfba95eb73a2a78a1c43ebc1f6f456 100644
Kmods SIG 8b815c
--- a/src/frecord.c
Kmods SIG 8b815c
+++ b/src/frecord.c
Kmods SIG 8b815c
@@ -1784,7 +1784,7 @@ enum REPARSE_SIGN ni_parse_reparse(struct ntfs_inode *ni, struct ATTRIB *attr,
Kmods SIG 8b815c
 		/*
Kmods SIG 8b815c
 		 * WOF - Windows Overlay Filter - used to compress files with lzx/xpress
Kmods SIG 8b815c
 		 * Unlike native NTFS file compression, the Windows Overlay Filter supports
Kmods SIG 8b815c
-		 * only read operations. This means that it doesn’t need to sector-align each
Kmods SIG 8b815c
+		 * only read operations. This means that it doesn't need to sector-align each
Kmods SIG 8b815c
 		 * compressed chunk, so the compressed data can be packed more tightly together.
Kmods SIG 8b815c
 		 * If you open the file for writing, the Windows Overlay Filter just decompresses
Kmods SIG 8b815c
 		 * the entire file, turning it back into a plain file.
Kmods SIG 8b815c
-- 
Kmods SIG 8b815c
2.31.1
Kmods SIG 8b815c