]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
readline(): Add ability to modify a string buffer
authorPeter Tyser <ptyser@xes-inc.com>
Sun, 25 Oct 2009 20:12:54 +0000 (15:12 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 27 Oct 2009 19:58:25 +0000 (20:58 +0100)
commitecc5500ee487170d8af6ff893fd1e0082380a01a
treeec205cb583ada1338205f8b250e975932e42910a
parentf923943843cd617d681387e7fe81a48060cc6401
readline(): Add ability to modify a string buffer

If the 'buf' parameter is a non-0-length string, its contents will be
edited.  Previously, the initial contents of 'buf' were ignored and the
user entered its contents from scratch.

This change is necessary to support the upcoming "editenv" command but
could also be used for future commands which require a user to modify
an existing string.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/main.c