Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274306
b: refs/heads/master
c: cd58a90
h: refs/heads/master
v: v3
  • Loading branch information
Cheng Renquan authored and Michal Marek committed Sep 9, 2011
1 parent 2fcaa29 commit 8de3649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e24dbfc26f8b8285c9ed2f92ffddf4eb8ab960a
refs/heads/master: cd58a90fa6ff2ec86bcc9e399acfd6dcc97268b3
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/nconf.gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ int dialog_inputbox(WINDOW *main_window,
/* insert the char at the proper position */
memmove(&result[cursor_position+1],
&result[cursor_position],
len+1);
len-cursor_position+1);
result[cursor_position] = res;
cursor_position++;
} else {
Expand Down

0 comments on commit 8de3649

Please sign in to comment.