diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:25:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:25:30 +0000 |
commit | df23709f165b2e74e398080f1c0706d011263412 (patch) | |
tree | 1bbf1d4e62b578079cdbf955f01c34c337afe837 /tools/mtd-utils/patches/100-sscanf_fix.patch | |
parent | a621b8c28404c402cf4b42e9b0b28a76b98fae0e (diff) | |
download | upstream-df23709f165b2e74e398080f1c0706d011263412.tar.gz upstream-df23709f165b2e74e398080f1c0706d011263412.tar.bz2 upstream-df23709f165b2e74e398080f1c0706d011263412.zip |
tools/mtd-utils: upgrade to latest git
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45760
Diffstat (limited to 'tools/mtd-utils/patches/100-sscanf_fix.patch')
-rw-r--r-- | tools/mtd-utils/patches/100-sscanf_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/patches/100-sscanf_fix.patch b/tools/mtd-utils/patches/100-sscanf_fix.patch index 2d31f41da7..0af583f4cb 100644 --- a/tools/mtd-utils/patches/100-sscanf_fix.patch +++ b/tools/mtd-utils/patches/100-sscanf_fix.patch @@ -1,6 +1,6 @@ --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c -@@ -423,7 +423,7 @@ static int interpret_table_entry(struct +@@ -422,7 +422,7 @@ static int interpret_table_entry(struct if (sscanf (line, "%" SCANF_PREFIX "s %c %lo %lu %lu %lu %lu %lu %lu %lu", SCANF_STRING(name), &type, &mode, &uid, &gid, &major, &minor, |