9
0
Fork 0

svn_rev_459

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:55 +02:00 committed by Sascha Hauer
parent 74d709a6dc
commit 58c3774381
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ U_BOOT_CMD_END
int
do_readline (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
char *buf = xmalloc(CONFIG_CBSIZE);
char *buf = xzalloc(CONFIG_CBSIZE);
if (argc < 3) {
printf ("Usage:\n%s\n", cmdtp->usage);