projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c0232
)
remove accidentally committed debug message
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Oct 2008 18:31:26 +0000
(18:31 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Oct 2008 18:31:26 +0000
(18:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12827
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mtd/src/mtd.c
patch
|
blob
|
history
diff --git
a/package/mtd/src/mtd.c
b/package/mtd/src/mtd.c
index
3e84fd6
..
761139f
100644
(file)
--- a/
package/mtd/src/mtd.c
+++ b/
package/mtd/src/mtd.c
@@
-276,10
+276,8
@@
mtd_write(int imagefd, const char *mtd)
}
}
- if (r == 0) {
- fprintf(stderr, "No more data left\n");
+ if (r == 0)
break;
- }
buflen += r;
} while (buflen < erasesize);
This page took
0.023751 seconds
and
4
git commands to generate.