diff options
Diffstat (limited to 'package/utils/ubi-utils/patches/010-fix-rpmatch.patch')
-rw-r--r-- | package/utils/ubi-utils/patches/010-fix-rpmatch.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/ubi-utils/patches/010-fix-rpmatch.patch b/package/utils/ubi-utils/patches/010-fix-rpmatch.patch index 4a04676b49..9d0de7f521 100644 --- a/package/utils/ubi-utils/patches/010-fix-rpmatch.patch +++ b/package/utils/ubi-utils/patches/010-fix-rpmatch.patch @@ -1,6 +1,6 @@ --- a/include/common.h +++ b/include/common.h -@@ -122,10 +122,12 @@ +@@ -137,10 +137,12 @@ static inline bool prompt(const char *ms } if (strcmp("\n", line) != 0) { |