failed build fixed

This commit is contained in:
Artem Egorenkov 2021-04-08 16:22:32 +02:00
parent d48775fd3a
commit 52a06d8979
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ index 3cfe7da..3729818 100644
}; };
diff --git a/str.c b/str.c diff --git a/str.c b/str.c
index 82b8ae4..a4e81d6 100644 index 82b8ae4..c03e7d8 100644
--- a/str.c --- a/str.c
+++ b/str.c +++ b/str.c
@@ -20,6 +20,11 @@ @@ -20,6 +20,11 @@
@ -94,7 +94,7 @@ index 82b8ae4..a4e81d6 100644
+ { + {
+ if (!iswprint(pwc)) + if (!iswprint(pwc))
+ { + {
+ for (unsigned int i = 0; i < len; i++) + for (int i = 0; i < len; i++)
+ { + {
+ ups[up_count++] = current++; + ups[up_count++] = current++;
+ } + }

View File

@ -167,7 +167,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
%{_var}/ftp %{_var}/ftp
%changelog %changelog
* Wed Apr 8 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-44 * Thu Apr 8 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-44
- Enable support for wide-character strings in logs - Enable support for wide-character strings in logs
- Replace unprintables with HEX code, not question marks - Replace unprintables with HEX code, not question marks