fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)
[openwrt/staging/dedeckeh.git] / package / mtd / src / mtd.c
index a19f718062aa04c26125e825cdbaa0328733d9f5..be4c1be7fbe61447806ee7c951937141881bf150 100644 (file)
@@ -285,7 +285,7 @@ mtd_write(int imagefd, const char *mtd)
                        break;
 
                if (jffs2file) {
-                       if (memcmp(buf, JFFS2_EOF, sizeof(JFFS2_EOF)) == 0) {
+                       if (memcmp(buf, JFFS2_EOF, sizeof(JFFS2_EOF) - 1) == 0) {
                                if (!quiet)
                                        fprintf(stderr, "\b\b\b   ");
                                if (quiet < 2)