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

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