aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/270-libbb_make_unicode_printable.patch')
-rw-r--r--package/utils/busybox/patches/270-libbb_make_unicode_printable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch b/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
index 0ae8340568..0b682dc1f3 100644
--- a/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
+++ b/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
@@ -1,6 +1,6 @@
--- a/libbb/printable_string.c
+++ b/libbb/printable_string.c
-@@ -28,8 +28,6 @@ const char* FAST_FUNC printable_string(u
+@@ -28,8 +28,6 @@ const char* FAST_FUNC printable_string2(
}
if (c < ' ')
break;
@@ -9,7 +9,7 @@
s++;
}
-@@ -42,7 +40,7 @@ const char* FAST_FUNC printable_string(u
+@@ -42,7 +40,7 @@ const char* FAST_FUNC printable_string2(
unsigned char c = *d;
if (c == '\0')
break;