diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-08-16 20:16:43 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-08-16 20:16:43 +0000 |
commit | 4ab18306829b42596b31568bf51cf6644941f60f (patch) | |
tree | d7aec2fcfb75fcfb8534b849c1fe5ab461fc2e8c /package/utils/ubi-utils/patches/010-fix-rpmatch.patch | |
parent | b1bd85c40eb5d22253fcc09c441abb50308ecd40 (diff) | |
download | upstream-4ab18306829b42596b31568bf51cf6644941f60f.tar.gz upstream-4ab18306829b42596b31568bf51cf6644941f60f.tar.bz2 upstream-4ab18306829b42596b31568bf51cf6644941f60f.zip |
ubi-utils: fix build with gcc5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46610
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) { |