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

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