forked from len0rd/rockbox
fixes fs5913
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11441 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
397c39badc
commit
ddba5fa37d
1 changed files with 1 additions and 1 deletions
|
@ -91,8 +91,8 @@ int _do_action(int action, char* str, int line)
|
|||
if (line > line_count)
|
||||
return 0;
|
||||
len = rb->strlen(&buffer[c])+1;
|
||||
rb->memmove(&buffer[c],&buffer[c+len],char_count);
|
||||
char_count -= len;
|
||||
rb->memmove(&buffer[c],&buffer[c+len],char_count);
|
||||
line_count--;
|
||||
break;
|
||||
case ACTION_UPDATE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue